aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 d17f47fc9e31..408ae4882d22 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1865,6 +1865,9 @@ struct wiphy {
1865 * you need use set_wiphy_dev() (see below) */ 1865 * you need use set_wiphy_dev() (see below) */
1866 struct device dev; 1866 struct device dev;
1867 1867
1868 /* protects ->resume, ->suspend sysfs callbacks against unregister hw */
1869 bool registered;
1870
1868 /* dir in debugfs: ieee80211/<wiphyname> */ 1871 /* dir in debugfs: ieee80211/<wiphyname> */
1869 struct dentry *debugfsdir; 1872 struct dentry *debugfsdir;
1870 1873