From: Gregory Greenman <gregory.greenman@xxxxxxxxx> Hi A bunch of patches from our internal tree with mac80211 and cfg80211 changes. It's the usual developement, cleanups and bugfixes. Thanks, Gregory Anjaneyulu (1): wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel() Benjamin Berg (3): wifi: cfg80211: fix link del callback to call correct handler wifi: mac80211: take lock before setting vif links wifi: mac80211: fix CSA processing while scanning Ilan Peer (5): wifi: mac80211: Use active_links instead of valid_links in Tx wifi: mac80211: Add getter functions for vif MLD state wifi: mac80211_hwsim: Don't access vif valid links directly wifi: cfg80211: Support association to AP MLD with disabled links wifi: mac80211: Support disabled links during association Johannes Berg (5): wifi: mac80211: include key action/command in tracing wifi: mac80211: fix link activation settings order wifi: mac80211: mlme: clarify WMM messages wifi: cfg80211: remove links only on AP wifi: mac80211: don't update rx_stats.last_rate for NDP Miri Korenblit (1): wifi: mac80211: disable SMPS override via debugfs drivers/net/wireless/virtual/mac80211_hwsim.c | 5 +- include/net/cfg80211.h | 5 +- include/net/mac80211.h | 28 ++++- include/uapi/linux/nl80211.h | 7 +- net/mac80211/cfg.c | 15 ++- net/mac80211/debug.h | 8 +- net/mac80211/debugfs_netdev.c | 5 +- net/mac80211/ieee80211_i.h | 6 +- net/mac80211/iface.c | 4 +- net/mac80211/link.c | 46 ++++---- net/mac80211/mlme.c | 103 ++++++++++-------- net/mac80211/offchannel.c | 4 +- net/mac80211/rx.c | 8 +- net/mac80211/trace.h | 8 +- net/mac80211/tx.c | 28 ++--- net/mac80211/util.c | 14 +-- net/wireless/nl80211.c | 13 ++- net/wireless/rdev-ops.h | 6 +- net/wireless/util.c | 9 +- 19 files changed, 204 insertions(+), 118 deletions(-) -- 2.38.1