cfg80211: remove erroneous comment
[cascardo/linux.git] / net / wireless / core.h
index 022ccad..f75d760 100644 (file)
@@ -53,7 +53,7 @@ struct cfg80211_registered_device {
        /* associated wireless interfaces, protected by rtnl or RCU */
        struct list_head wdev_list;
        int devlist_generation, wdev_id;
-       int opencount; /* also protected by devlist_mtx */
+       int opencount;
        wait_queue_head_t dev_wait;
 
        struct list_head beacon_registrations;
@@ -214,6 +214,7 @@ struct cfg80211_event {
                        const u8 *resp_ie;
                        size_t req_ie_len;
                        size_t resp_ie_len;
+                       struct cfg80211_bss *bss;
                        u16 status;
                } cr;
                struct {