mac80211: mlme: use local SSID copy
authorJohannes Berg <johannes.berg@intel.com>
Fri, 13 May 2022 13:48:06 +0000 (15:48 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 16 May 2022 07:14:51 +0000 (09:14 +0200)
commit926101d2b7bec7f67db3acb8c0b8c9901026df5c
tree55a77c211aaf1a8da5f99dd169191f212dec1247
parentc8fe4b0b37f631284a447f4819231893ef4cbbaa
mac80211: mlme: use local SSID copy

There's no need to look it up from the ifmgd->associated
BSS configuration, we already maintain a local copy since
commit b0140fda626e ("mac80211: mlme: save ssid info to
ieee80211_bss_conf while assoc").

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c