Merge branch 'master' of git://git.infradead.org/users/linville/wireless
[deliverable/linux.git] / include / net / cfg80211.h
index 6ac4bddeeecae5972b9ba3e8da10b131ee080830..ccfdf3f63ce503fb654c17ca93c2037b9805cc27 100644 (file)
@@ -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;
 
This page took 0.024758 seconds and 5 git commands to generate.