aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-07-01 15:26:48 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-10 15:01:49 -0400
commit7ebbe6bd51a259e16608b3fd7b578f5dd1292a45 (patch)
tree1c00bb480bf90c9516c983ee373e7825f49b42f6 /include/net/cfg80211.h
parente6d6e3420d511cd7552a95d1f04bd4c80a9ddb34 (diff)
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>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 1696ff647a08..10eb53e2bc9f 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1170,7 +1170,6 @@ struct wireless_dev {
1170 1170
1171 /* currently used for IBSS - might be rearranged in the future */ 1171 /* currently used for IBSS - might be rearranged in the future */
1172 struct cfg80211_bss *current_bss; 1172 struct cfg80211_bss *current_bss;
1173 u8 bssid[ETH_ALEN];
1174 u8 ssid[IEEE80211_MAX_SSID_LEN]; 1173 u8 ssid[IEEE80211_MAX_SSID_LEN];
1175 u8 ssid_len; 1174 u8 ssid_len;
1176 1175