Skip to content

Commit

Permalink
mac80211: remove unused SSID from BSS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg committed Feb 4, 2013
1 parent 37e0838 commit 3146a7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/mac80211/ieee80211_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3146a7d

Please sign in to comment.