wifi: mac80211: make channel context code MLO-aware
authorJohannes Berg <johannes.berg@intel.com>
Mon, 30 May 2022 16:35:23 +0000 (18:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:55:15 +0000 (12:55 +0200)
commitb4f85443c17c7edb49c82fc1d28d26860c8c850d
treee691cce8351f27fb8b1555d26e111bf5b5ac4255
parent7fc83a2ba2d54780690d871d03d0d8e75868a803
wifi: mac80211: make channel context code MLO-aware

Make the channel context code MLO aware, along with some
functions that it uses, so that the chan.c file is now
MLD-clean and no longer uses deflink/bss_conf/etc.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
28 files changed:
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath11k/mac.c
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/mac80211_hwsim.c
drivers/net/wireless/silabs/wfx/sta.c
drivers/net/wireless/silabs/wfx/sta.h
drivers/net/wireless/ti/wlcore/main.c
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/chan.c
net/mac80211/debug.h
net/mac80211/driver-ops.h
net/mac80211/eht.c
net/mac80211/he.c
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mesh_plink.c
net/mac80211/mlme.c
net/mac80211/ocb.c
net/mac80211/rate.c
net/mac80211/rate.h
net/mac80211/rx.c
net/mac80211/tdls.c
net/mac80211/trace.h
net/mac80211/util.c
net/mac80211/vht.c