mbox series

[0/8] cfg80211/mac80211 patches from our internal tree 2024-02-06

Message ID 20240206145411.3217588-1-miriam.rachel.korenblit@intel.com
Headers show
Series cfg80211/mac80211 patches from our internal tree 2024-02-06 | expand

Message

Miri Korenblit Feb. 6, 2024, 2:54 p.m. UTC
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

Andrei Otcheretianski (1):
  wifi: mac80211_hwsim: Add 160MHz bw range to regdom_custom_04

Daniel Amosi (1):
  wifi: mac80211: remove unnecessary chanreq compat check

Johannes Berg (3):
  wifi: cfg80211: rename UHB to 6 GHz
  wifi: cfg80211: optionally support monitor on disabled channels
  wifi: mac80211: drop injection on disabled-chan monitor

Miri Korenblit (1):
  wifi: mac80211:  make associated BSS pointer visible to the driver

Shaul Triebitz (2):
  wifi: nl80211: add WOWLAN_TRIG_UNPROTECTED_DEAUTH_DISASSOC
  wifi: cfg80211: report unprotected deauth/disassoc in wowlan

 drivers/net/wireless/virtual/mac80211_hwsim.c |  6 ++-
 include/net/cfg80211.h                        | 19 ++++++---
 include/net/mac80211.h                        |  3 ++
 include/uapi/linux/nl80211.h                  | 38 +++++++++++++-----
 net/mac80211/chan.c                           |  3 --
 net/mac80211/mlme.c                           | 18 ++++-----
 net/mac80211/tx.c                             | 10 ++++-
 net/wireless/chan.c                           | 26 ++++++++----
 net/wireless/core.h                           |  5 ++-
 net/wireless/nl80211.c                        | 40 +++++++++++++------
 net/wireless/reg.c                            | 10 ++---
 net/wireless/scan.c                           |  8 ++--
 12 files changed, 124 insertions(+), 62 deletions(-)