mbox series

[00/13] cfg80211/mac80211 patches from our internal tree 2020-11-29

Message ID 20201129153055.1971298-1-luca@coelho.fi
Headers show
Series cfg80211/mac80211 patches from our internal tree 2020-11-29 | expand

Message

Luca Coelho Nov. 29, 2020, 3:30 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

A bunch of patches with mac80211 and cfg80211 changes from our
internal tree.

Please review, though you have already reviewed most if not all of
them ;)

Cheers,
Luca.


Avraham Stern (2):
  nl80211: always accept scan request with the duration set
  ieee80211: update reduced neighbor report TBTT info length

Ayala Beker (1):
  cfg80211: scan PSC channels in case of scan with wildcard SSID

Borwankar, Antara (1):
  mac80211: set sdata state once vif is up after restart

Ilan Peer (4):
  cfg80211: Parse SAE H2E only membership selector
  mac80211: Skip entries with SAE H2E only membership selector
  cfg80211: Update TSF and TSF BSSID for multi BSS
  cfg80211: Save the regulatory domain when setting custom regulatory

Johannes Berg (3):
  mac80211: support MIC error/replay detected counters driver update
  mac80211: disallow band-switch during CSA
  cfg80211: include block-tx flag in channel switch started event

Sara Sharon (1):
  cfg80211: initialize rekey_data

Shaul Triebitz (1):
  mac80211: he: remove non-bss-conf fields from bss_conf

 include/linux/ieee80211.h    | 10 +++++---
 include/net/cfg80211.h       |  6 +++--
 include/net/mac80211.h       | 22 ++++++++++++++--
 include/uapi/linux/nl80211.h |  3 ++-
 net/mac80211/cfg.c           |  2 +-
 net/mac80211/iface.c         |  2 ++
 net/mac80211/key.c           | 49 ++++++++++++++++++++++++++++++++++++
 net/mac80211/mlme.c          | 35 +++++++++++++++-----------
 net/wireless/nl80211.c       | 27 ++++++++++----------
 net/wireless/reg.c           |  8 ++++++
 net/wireless/scan.c          | 21 ++++++++--------
 11 files changed, 137 insertions(+), 48 deletions(-)