mbox series

[0/9] cfg80211/mac80211 patches from our internal tree 2023-06-19

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

Message

Greenman, Gregory June 19, 2023, 1:26 p.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, cleanups and
bugfixes.

Thanks,
Gregory

Alon Giladi (1):
  wifi: mac80211: drop unprotected robust mgmt before 4-way-HS

Benjamin Berg (1):
  wifi: mac80211: avoid lockdep checking when removing deflink

Ilan Peer (1):
  wifi: cfg80211: Retrieve PSD information from RNR AP information

Johannes Berg (6):
  wifi: mac80211: move action length check up
  wifi: mac80211: drop some unprotected action frames
  wifi: mac80211: store BSS param change count from assoc response
  wifi: mac80211: always hold sdata lock in chanctx assign/unassign
  wifi: mac80211: fix CRC calculation for extended elems
  wifi: nl80211/reg: add no-EHT regulatory flag

 include/linux/ieee80211.h    | 71 +++++++++++++++++++++++++++++++++++-
 include/net/cfg80211.h       |  2 +
 include/uapi/linux/nl80211.h |  2 +
 net/mac80211/cfg.c           | 16 +++++---
 net/mac80211/ieee80211_i.h   |  2 +
 net/mac80211/iface.c         |  7 ++++
 net/mac80211/mlme.c          | 16 +++++++-
 net/mac80211/rx.c            | 27 ++++++++++----
 net/mac80211/sta_info.c      |  5 ++-
 net/mac80211/util.c          | 25 ++++++-------
 net/wireless/reg.c           |  4 +-
 net/wireless/scan.c          | 13 +++++++
 12 files changed, 157 insertions(+), 33 deletions(-)