summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg2009-07-01 21:26:48 +0200
committerJohn W. Linville2009-07-10 21:01:49 +0200
commit7ebbe6bd51a259e16608b3fd7b578f5dd1292a45 (patch)
tree1c00bb480bf90c9516c983ee373e7825f49b42f6 /include/net/cfg80211.h
parentcfg80211: use proper allocation flags (diff)
downloadkernel-qcow2-linux-7ebbe6bd51a259e16608b3fd7b578f5dd1292a45.tar.gz
kernel-qcow2-linux-7ebbe6bd51a259e16608b3fd7b578f5dd1292a45.tar.xz
kernel-qcow2-linux-7ebbe6bd51a259e16608b3fd7b578f5dd1292a45.zip
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 {
/* 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;