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, adding a few small features. Thanks, Gregory Andrei Otcheretianski (4): wifi: cfg80211: reg: Support P2P operation on DFS channels wifi: cfg80211: Schedule regulatory check on BSS STA channel change wifi: mac80211: Schedule regulatory channels check on bandwith change wifi: mac80211_hwsim: Add custom reg for DFS concurrent Ilan Peer (2): wifi: cfg80211: Extend support for scanning while MLO connected wifi: mac80211: Extend support for scanning while MLO connected drivers/net/wireless/virtual/mac80211_hwsim.c | 19 ++++ include/net/cfg80211.h | 16 ++++ include/uapi/linux/nl80211.h | 25 ++++- net/mac80211/mlme.c | 1 + net/mac80211/scan.c | 48 +++++++++- net/wireless/chan.c | 94 +++++++++++++++++-- net/wireless/nl80211.c | 20 ++++ net/wireless/reg.c | 5 +- net/wireless/reg.h | 5 + net/wireless/sme.c | 2 + 10 files changed, 219 insertions(+), 16 deletions(-) -- 2.38.1