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)
commitcd47c0f57ae6607cfa3d161e341cbdd283bc444f
tree6b041e6d4d2f456b14ee0e98cf329642fed3c9b0
parente69dac88a155bd626170bb0bb43f83fb564392f7
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