diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index b42136a61f3a..f4b19b223941 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1942,6 +1942,9 @@ struct wiphy { | |||
1942 | * you need use set_wiphy_dev() (see below) */ | 1942 | * you need use set_wiphy_dev() (see below) */ |
1943 | struct device dev; | 1943 | struct device dev; |
1944 | 1944 | ||
1945 | /* protects ->resume, ->suspend sysfs callbacks against unregister hw */ | ||
1946 | bool registered; | ||
1947 | |||
1945 | /* dir in debugfs: ieee80211/<wiphyname> */ | 1948 | /* dir in debugfs: ieee80211/<wiphyname> */ |
1946 | struct dentry *debugfsdir; | 1949 | struct dentry *debugfsdir; |
1947 | 1950 | ||