cfg80211: remove wireless_dev->bssid
This variable isn't necessary -- the wext code keeps track of the BSSID itself, and otherwise we have current_bss. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
e6d6e3420d
commit
7ebbe6bd51
@@ -1170,7 +1170,6 @@ struct wireless_dev {
|
||||
|
||||
/* currently used for IBSS - might be rearranged in the future */
|
||||
struct cfg80211_bss *current_bss;
|
||||
u8 bssid[ETH_ALEN];
|
||||
u8 ssid[IEEE80211_MAX_SSID_LEN];
|
||||
u8 ssid_len;
|
||||
|
||||
|
Reference in New Issue
Block a user