summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohn W. Linville2011-09-20 20:11:55 +0200
committerJohn W. Linville2011-09-20 20:11:55 +0200
commit4d8b61490c14a36efdee4a8bf523e26809df05ac (patch)
treee8a37cac291bb64fa3d85ac27df45f56d493f2cb /include/net/cfg80211.h
parentcfg80211/nl80211: Add PMKSA caching candidate event (diff)
parentb43: Fix beacon problem in ad-hoc mode (diff)
downloadkernel-qcow2-linux-4d8b61490c14a36efdee4a8bf523e26809df05ac.tar.gz
kernel-qcow2-linux-4d8b61490c14a36efdee4a8bf523e26809df05ac.tar.xz
kernel-qcow2-linux-4d8b61490c14a36efdee4a8bf523e26809df05ac.zip
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
Conflicts: drivers/net/wireless/iwlwifi/iwl-pci.c drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c drivers/net/wireless/rt2x00/rt2800usb.c drivers/net/wireless/wl12xx/main.c
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 6ac4bddeeeca..ccfdf3f63ce5 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1942,6 +1942,9 @@ struct wiphy {
* you need use set_wiphy_dev() (see below) */
struct device dev;
+ /* protects ->resume, ->suspend sysfs callbacks against unregister hw */
+ bool registered;
+
/* dir in debugfs: ieee80211/<wiphyname> */
struct dentry *debugfsdir;