BACKPORT: wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_request
The race described by the comment in mac80211 hasn't existed since the locking rework to use the same lock and for MLO we need to pass the AP MLD address, so just pass the BSSID or AP MLD address instead of the BSS struct pointer, and adjust all the code accordingly. Signed-off-by:Johannes Berg <johannes.berg@intel.com> Bug: 253289327 Change-Id: Ia8f0c411c06873b9f4992ee8d147e630c7698fc5 (cherry picked from commit 8f6e0dfc) [Kiran Kumar Lokere: Skipped the changes in net/mac80211/mlme.c and made changes required for compilation] Signed-off-by:
Kiran Kumar Lokere <quic_klokere@quicinc.com>
Loading
Please sign in to comment