mbox series

[0/6] cfg80211/mac80211 patches from our internal tree 2023-11-13

Message ID 20231113093505.456824-1-gregory.greenman@intel.com
Headers show
Series cfg80211/mac80211 patches from our internal tree 2023-11-13 | expand

Message

Greenman, Gregory Nov. 13, 2023, 9:34 a.m. UTC
From: Gregory Greenman <gregory.greenman@intel.com>

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(-)

Comments

Johannes Berg Nov. 24, 2023, 7:36 p.m. UTC | #1
> 
> Ilan Peer (2):
>   wifi: cfg80211: Extend support for scanning while MLO connected
>   wifi: mac80211: Extend support for scanning while MLO connected
> 

For the record, I've applied these two, didn't seem appropriate to only
partially apply the DFS-concurrent patches.

johannes