]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: prepare association failure APIs for MLO
authorJohannes Berg <johannes.berg@intel.com>
Mon, 27 Jun 2022 20:09:50 +0000 (22:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:16 +0000 (11:43 +0200)
commitc90ac20249fc9a08c0cb7178fc24f9e32a46fdb6
tree6b9a35f888b28b4eaedb7fd0fa2d3bfd9bd2331f
parente49cbef6186083f91161f95e81aeca3622c9cf94
wifi: cfg80211: prepare association failure APIs for MLO

For MLO, we need the ability to report back multiple BSS
structures to release, as well as the AP MLD address (if
attempting to make an MLO connection).

Unify cfg80211_assoc_timeout() and cfg80211_abandon_assoc()
into a new cfg80211_assoc_failure() that gets a structure
parameter with the necessary data.

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