summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwivar.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-08-03 18:26:26 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-08-03 18:26:26 +0000
commit4238ae5ce04e5ffc9016a116ff9c86afc5b4fae3 (patch)
tree1de82e8cc17eef3498c7e636d5566411b3d4457d /sys/dev/pci/if_iwivar.h
parent29cae850ecb39723c562b2f4a747e10625dee248 (diff)
Bring the suspend/resume code of all the Intel wireless drivers in line with
iwn(4) again. ok deraadt@
Diffstat (limited to 'sys/dev/pci/if_iwivar.h')
-rw-r--r--sys/dev/pci/if_iwivar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwivar.h b/sys/dev/pci/if_iwivar.h
index b0c51fae01d..ecd7791dfb5 100644
--- a/sys/dev/pci/if_iwivar.h
+++ b/sys/dev/pci/if_iwivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwivar.h,v 1.21 2010/07/28 21:21:38 deraadt Exp $ */
+/* $OpenBSD: if_iwivar.h,v 1.22 2010/08/03 18:26:25 kettenis Exp $ */
/*-
* Copyright (c) 2004-2006
@@ -91,8 +91,9 @@ struct iwi_softc {
int (*sc_newstate)(struct ieee80211com *,
enum ieee80211_state, int);
- uint32_t flags;
+ uint32_t sc_flags;
#define IWI_FLAG_FW_INITED (1 << 0)
+#define IWI_FLAG_BUSY (1 << 1)
bus_dma_tag_t sc_dmat;