Hi, A bunch of patches from our internal tree with mac80211 and cfg80211 changes. It's the usual developement, adding a few small features. Thanks, Miri Avraham Stern (2): wifi: nl80211: remove the FTMs per burst limit for NDP ranging wifi: mac80211_hwsim: add 320 MHz to hwsim channel widths Emmanuel Grumbach (1): wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scan Ilan Peer (2): wifi: cfg80211: Add support for interface usage notification wifi: mac80211: Add support for interface usage notification Johannes Berg (2): wifi: mac80211: fix erroneous errors for STA changes wifi: mac80211: clean up 'ret' in sta_link_apply_parameters() drivers/net/wireless/virtual/mac80211_hwsim.c | 1 + include/net/cfg80211.h | 12 ++++ include/net/mac80211.h | 4 ++ include/uapi/linux/nl80211.h | 16 +++++ net/mac80211/cfg.c | 72 +++++++++++++------ net/mac80211/driver-ops.h | 14 ++++ net/mac80211/trace.h | 23 ++++++ net/wireless/nl80211.c | 39 +++++++++- net/wireless/pmsr.c | 10 ++- net/wireless/rdev-ops.h | 13 ++++ net/wireless/sme.c | 4 +- net/wireless/trace.h | 18 +++++ 12 files changed, 200 insertions(+), 26 deletions(-) -- 2.34.1