wifi: nl80211: refactor BSS lookup in nl80211_associate()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 31 May 2022 16:31:19 +0000 (18:31 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:45 +0000 (12:55 +0200)
commit9ecff10e82a59541d407495c5ad170c6d19e0a98
treeb81a8a42741613a65be41335f2343fc8a2cb30ea
parent0f7594489a8ab154edb899e84f877def0b48fbd0
wifi: nl80211: refactor BSS lookup in nl80211_associate()

For MLO we'll need to do this multiple times, so refactor
this. For now keep the disconnect_bssid, but we'll need to
figure out how to handle that with MLD.

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