summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ipw/ipw2100_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/ipw/ipw2100_impl.h')
-rw-r--r--usr/src/uts/common/io/ipw/ipw2100_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ipw/ipw2100_impl.h b/usr/src/uts/common/io/ipw/ipw2100_impl.h
index f0de7961d5..7207468323 100644
--- a/usr/src/uts/common/io/ipw/ipw2100_impl.h
+++ b/usr/src/uts/common/io/ipw/ipw2100_impl.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -99,6 +99,7 @@ struct ipw2100_softc {
int (*sc_newstate)(struct ieee80211com *,
enum ieee80211_state, int);
int sc_authmode;
+ int sc_suspended;
/* CSR */
ddi_acc_handle_t sc_ioh;
caddr_t sc_regs;