]> 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)
commitb517b06506a1f1650d499424a73f6d0468a54123
tree6b041e6d4d2f456b14ee0e98cf329642fed3c9b0
parente7d8e368f091148ae826ec93e6d21de703f0eeec
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