]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 31 May 2022 16:00:00 +0000 (18:00 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:43 +0000 (12:55 +0200)
commit5044c1a477f26f7602052d128f0f9d1d7a84aba7
tree0cec0310ceaf416cf38c63c44dac80b1bcb199c2
parent48d5a9f431b76f7df9096856623a38aadb3fac91
wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()

Today it makes more sense to pass the necessary parameters to
look up the BSS entry to cfg80211_mlme_assoc(), but with MLO
we will need to look up multiple, and that gets awkward. Pull
the lookup code into the callers so we can change it better.

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