From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, A bunch of patches with mac80211 and cfg80211 changes from our internal tree. Please review, though you have already reviewed most if not all of them ;) Cheers, Luca. Andrei Otcheretianski (1): mac80211: Accept broadcast probe responses on 6GHz band Avraham Stern (1): nl80211/cfg80211: add support for non EDCA based ranging measurement Daniel Gabay (1): mac80211: update condition for HE disablement Haim Dreyfuss (2): cfg80211: add no HE indication to the channel flag mac80211: check whether HE connection is allowed by the reg domain Ilan Peer (3): cfg80211: Limit the registration for authentication frames mac80211: Handle SMPS mode changes only in AP mode mac80211: Remove support for changing AP SMPS mode Johannes Berg (7): mac80211: simplify and improve HT/VHT/HE disable code mac80211: refactor extended element parsing mac80211: set station bandwidth from HE capability mac80211: remove some stray braces mac80211: allow changing TX-related netdev features mac80211: update conditions for supported channels element mac80211: consider more elements in parsing CRC Luca Coelho (1): mac80211: make ieee80211_wep_init() return void Sara Sharon (1): mac80211: fix quiet mode activation in action frames Shaul Triebitz (5): nl80211: he: pass to driver the HE operation IE mac80211: he: set missing bss_conf fields in AP mode mac80211: parse also the RSNXE IE nl80211: add PROTECTED_TWT nl80211 extended feature mac80211: Properly set the SMPS mode for 6GHz station Tova Mussai (1): mac80211: he: set rx nss include/linux/ieee80211.h | 8 ++ include/net/cfg80211.h | 22 ++++- include/net/mac80211.h | 2 + include/uapi/linux/nl80211.h | 34 +++++++- net/mac80211/cfg.c | 113 +++----------------------- net/mac80211/debugfs_netdev.c | 13 +-- net/mac80211/he.c | 4 + net/mac80211/ht.c | 64 ++++++--------- net/mac80211/ieee80211_i.h | 16 ++-- net/mac80211/iface.c | 10 +-- net/mac80211/main.c | 16 ++-- net/mac80211/mlme.c | 146 ++++++++++++++++++++++------------ net/mac80211/rx.c | 6 +- net/mac80211/sta_info.c | 16 +--- net/mac80211/util.c | 104 ++++++++++++++++-------- net/mac80211/vht.c | 58 +++++++++++++- net/mac80211/wep.c | 4 +- net/mac80211/wep.h | 2 +- net/wireless/core.c | 6 ++ net/wireless/core.h | 2 +- net/wireless/mlme.c | 33 +++++++- net/wireless/nl80211.c | 21 ++++- net/wireless/pmsr.c | 32 ++++++++ net/wireless/reg.c | 2 + 24 files changed, 444 insertions(+), 290 deletions(-) -- 2.24.1