mbox series

[00/15] cfg80211/mac80211 patches from our internal tree 2024-01-02

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

Message

Miri Korenblit Jan. 2, 2024, 7:35 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

Ayala Beker (5):
  wifi: ieee80211: add definitions for negotiated TID to Link map
  wifi: mac80211: process and save negotiated TID to Link mapping
    request
  wifi: mac80211_hwsim: handle TID to link mapping neg request
  wifi: mac80211_hwsim: handle BSS_CHANGED_MLD_TTLM
  wifi: mac80211: add support for negotiated TTLM request

Benjamin Berg (3):
  wifi: cfg80211: correct comment about MLD ID
  wifi: cfg80211: parse all ML elements in an ML probe response
  wifi: cfg80211: add RNR with reporting AP information

Ilan Peer (1):
  wifi: mac80211_hwsim: Declare support for negotiated TTLM

Johannes Berg (6):
  wifi: cfg80211: add support for SPP A-MSDUs
  wifi: mac80211: add support for SPP A-MSDUs
  wifi: mac80211_hwsim: advertise AP-side EMLSR/EMLMR capa
  wifi: mac80211: remove redundant ML element check
  wifi: mac80211: take EML/MLD capa from assoc response
  wifi: cfg80211: validate MLO connections better

 drivers/net/wireless/virtual/mac80211_hwsim.c |  50 +-
 include/linux/ieee80211.h                     |  89 ++++
 include/net/cfg80211.h                        |   2 +
 include/net/mac80211.h                        |  58 +-
 include/uapi/linux/nl80211.h                  |  14 +
 net/mac80211/cfg.c                            |  15 +
 net/mac80211/driver-ops.h                     |  19 +
 net/mac80211/ieee80211_i.h                    |  11 +
 net/mac80211/iface.c                          |  16 +
 net/mac80211/key.c                            |   4 +
 net/mac80211/main.c                           |   8 +-
 net/mac80211/mlme.c                           | 500 ++++++++++++++++--
 net/mac80211/rx.c                             |  22 +
 net/mac80211/trace.h                          |  52 ++
 net/mac80211/wpa.c                            |  33 +-
 net/wireless/core.h                           |   3 +-
 net/wireless/mlme.c                           | 131 ++++-
 net/wireless/nl80211.c                        |  27 +-
 net/wireless/scan.c                           | 181 ++++++-
 net/wireless/sme.c                            |   3 +-
 20 files changed, 1140 insertions(+), 98 deletions(-)