Hi, A few features, fixes and cleanups from our internal tree. Thanks, Miri --- Benjamin Berg (3): wifi: cfg80211: only verify part of Extended MLD Capabilities wifi: cfg80211: add a flag for the first part of a scan wifi: mac80211: copy first_part into HW scan Johannes Berg (7): wifi: mac80211: remove spurious blank line wifi: mac80211: fix deactivated link CSA wifi: cfg80211: hide scan internals wifi: nl80211: make nl80211_check_scan_flags() type safe wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ code wifi: mac80211: send extended MLD capa/ops if AP has it wifi: mac80211: don't complete management TX on SAE commit Miri Korenblit (2): wifi: mac80211: avoid weird state in error path wifi: mac80211: verify state before connection Pagadala Yesu Anjaneyulu (1): wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs() Somashekhar Puttagangaiah (2): wifi: mac80211: add mandatory bitrate support for 6 GHz wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupport include/linux/ieee80211.h | 43 ++++++-- include/net/cfg80211.h | 12 +-- include/net/mac80211.h | 7 +- net/mac80211/debugfs.c | 3 +- net/mac80211/ieee80211_i.h | 2 + net/mac80211/link.c | 9 +- net/mac80211/mlme.c | 150 ++++++++++++++++++++++----- net/mac80211/scan.c | 3 +- net/mac80211/sta_info.c | 3 +- net/mac80211/util.c | 17 ++++ net/wireless/core.c | 4 +- net/wireless/core.h | 11 +- net/wireless/mlme.c | 21 +++- net/wireless/nl80211.c | 144 +++++++++++++------------- net/wireless/rdev-ops.h | 6 +- net/wireless/scan.c | 204 ++++++++++++++++++++----------------- net/wireless/sme.c | 40 ++++---- net/wireless/trace.h | 23 +++-- 18 files changed, 453 insertions(+), 249 deletions(-) -- 2.34.1