summaryrefslogtreecommitdiff
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-01-30 09:03:08 +0100
committerJohannes Berg <johannes.berg@intel.com>2013-02-04 18:57:42 +0100
commit3146a7da83ba2dd266ef436d4ac8e7e09bd15825 (patch)
treea0417036950d4d0d51a35ef98f2768d5e10d0a8c /net/mac80211/ieee80211_i.h
parent37e0838117084eb957fdf124bf555f4b9933a5a5 (diff)
downloadlinux-3.10-3146a7da83ba2dd266ef436d4ac8e7e09bd15825.tar.gz
linux-3.10-3146a7da83ba2dd266ef436d4ac8e7e09bd15825.tar.bz2
linux-3.10-3146a7da83ba2dd266ef436d4ac8e7e09bd15825.zip
mac80211: remove unused SSID from BSS
The ssid/ssid_len fields in the private BSS struct are unused, contrary to the comment we do look up the SSID in the few cases we need it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 25a0647ada8..8faf360e0b4 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -86,10 +86,6 @@ struct ieee80211_fragment_entry {
struct ieee80211_bss {
- /* don't want to look up all the time */
- size_t ssid_len;
- u8 ssid[IEEE80211_MAX_SSID_LEN];
-
u32 device_ts;
bool wmm_used;