Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3146a7da authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 37e08381
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;