mbox series

[00/15] cfg80211/mac80211 patches from our internal tree 2024-03-18

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

Message

Miri Korenblit March 18, 2024, 4:53 p.m. UTC
Hi,

A bunch of patches from our internal tree with mac80211 and
cfg80211 changes. It's the usual developement:
features, cleanups and bugfixes.

Thanks,
Miri

Anjaneyulu (2):
  wifi: mac80211: handle indoor AFC/LPI AP on assoc success
  wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beacon

Ayala Beker (3):
  wifi: mac80211: fix BSS_CHANGED_MLD_TTLM description
  wifi: mac80211: correctly set active links upon TTLM
  wifi: mac80211: add support for tearing down negotiated TTLM

Benjamin Berg (3):
  wifi: mac80211: improve association error reporting slightly
  wifi: cfg80211: check BSSID Index against MaxBSSID
  wifi: cfg80211: ignore non-TX BSSs in per-STA profile

Johannes Berg (7):
  wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()
  wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()
  wifi: mac80211_hwsim: move skip_beacons to be per link
  wifi: mac80211: clarify the dormant/suspended links docs
  wifi: mac80211: add flag to disallow puncturing in 5 GHz
  wifi: mac80211: parse puncturing bitmap in 6 GHz
  wifi: mac80211: fix prep_connection error path

 drivers/net/wireless/virtual/mac80211_hwsim.c | 19 ++--
 include/linux/ieee80211.h                     | 12 ++-
 include/net/mac80211.h                        | 22 ++++-
 net/mac80211/debugfs.c                        |  1 +
 net/mac80211/ieee80211_i.h                    |  2 +
 net/mac80211/mlme.c                           | 97 ++++++++++++++++---
 net/mac80211/status.c                         | 22 ++++-
 net/mac80211/util.c                           |  2 +
 net/wireless/scan.c                           | 54 +++++++++--
 9 files changed, 192 insertions(+), 39 deletions(-)