mbox series

[00/11] cfg80211/mac80211 patches from our internal tree 2020-12-06

Message ID 20201206125450.564941-1-luca@coelho.fi
Headers show
Series cfg80211/mac80211 patches from our internal tree 2020-12-06 | expand

Message

Luca Coelho Dec. 6, 2020, 12:54 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 (or even written!)
most if not all of them. ;)

Cheers,
Luca.


Avraham Stern (1):
  mac80211: support Rx timestamp calculation for all preamble types

Emmanuel Grumbach (1):
  mac80211: don't filter out beacons once we start CSA

Ilan Peer (2):
  mac80211: Fix calculation of minimal channel width
  mac80211: Update rate control on channel change

Johannes Berg (7):
  cfg80211: remove struct ieee80211_he_bss_color
  mac80211: use struct assignment for he_obss_pd
  cfg80211: support immediate reconnect request hint
  mac80211: support driver-based disconnect with reconnect hint
  mac80211: don't set set TDLS STA bandwidth wider than possible
  mac80211: use bitfield helpers for BA session action frames
  mac80211: ignore country element TX power on 6 GHz

 include/net/cfg80211.h       | 17 ++------
 include/net/mac80211.h       | 11 +++++
 include/uapi/linux/nl80211.h |  6 +++
 net/mac80211/agg-rx.c        |  8 ++--
 net/mac80211/agg-tx.c        | 12 +++---
 net/mac80211/cfg.c           |  6 +--
 net/mac80211/chan.c          | 71 ++++++++++++++++++++++++++++--
 net/mac80211/ieee80211_i.h   | 14 +++---
 net/mac80211/mlme.c          | 83 +++++++++++++++++++++++++++---------
 net/mac80211/trace.h         | 23 +++++++++-
 net/mac80211/util.c          | 66 +++++++++++++++++++++++++++-
 net/mac80211/vht.c           | 14 ++++--
 net/wireless/mlme.c          | 26 ++++++-----
 net/wireless/nl80211.c       | 23 ++++++----
 net/wireless/nl80211.h       |  8 ++--
 net/wireless/trace.h         | 12 ++++--
 16 files changed, 307 insertions(+), 93 deletions(-)