summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2017-05-08 13:07:41 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2017-05-08 13:07:41 +0000
commit429e2f348caa1070bb3331109b324676841112c5 (patch)
tree1b54ce33c2c935f8b3e23d7cd32aacd267309b6d /sys/dev
parent584874b92de27330351a7fc988ada3150f3db8e6 (diff)
Unbreak the tree. I missed a header file change in my last iwm(4) commit.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_iwmvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h
index a46aab3cfe1..cf555e66088 100644
--- a/sys/dev/pci/if_iwmvar.h
+++ b/sys/dev/pci/if_iwmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwmvar.h,v 1.25 2016/11/30 14:31:51 stsp Exp $ */
+/* $OpenBSD: if_iwmvar.h,v 1.26 2017/05/08 13:07:40 stsp Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -461,6 +461,7 @@ struct iwm_softc {
uint8_t sc_cmd_resp[IWM_CMD_RESP_MAX];
int sc_wantresp;
+ int sc_nic_locks;
struct taskq *sc_nswq, *sc_eswq;
struct task sc_eswk;