]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a struct
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Jun 2022 14:25:37 +0000 (16:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:17 +0000 (11:43 +0200)
commit4275f93f99c4b53893d4aeec4a64f85faddf3f77
tree6b041e6d4d2f456b14ee0e98cf329642fed3c9b0
parentb7fe02f24477d67b2edd52314f8f457a17fe5f5e
wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a struct

For MLO we'll need a lot more arguments, including all the
BSS pointers and link addresses, so move the data to a struct
to be able to extend it more easily later.

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