mbox series

[00/14] cfg80211/mac80211 patches from our internal tree 2022-02-02

Message ID 20220202084947.370289-1-luca@coelho.fi
Headers show
Series cfg80211/mac80211 patches from our internal tree 2022-02-02 | expand

Message

Luca Coelho Feb. 2, 2022, 8:49 a.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. ;)

Thanks!

Cheers,
Luca.


Avraham Stern (2):
  cfg80211: don't add non transmitted BSS to 6GHz scanned channels
  mac80211: fix struct ieee80211_tx_info size

Johannes Berg (8):
  mac80211: limit bandwidth in HE capabilities
  cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAP
  ieee80211: fix -Wcast-qual warnings
  cfg80211: fix -Wcast-qual warnings
  ieee80211: radiotap: fix -Wcast-qual warnings
  mac80211: airtime: avoid variable shadowing
  cfg80211: pmsr: remove useless ifdef guards
  mac80211: remove unused macros

Mordechay Goodstein (4):
  mac80211: consider RX NSS in UHB connection
  mac80211: vht: use HE macros for parsing HE capabilities
  mac80211: mlme: add documentation from spec to code
  mac80211: mlme: validate peer HE supported rates

 drivers/net/wireless/ath/ath10k/txrx.c        |   2 +-
 drivers/net/wireless/ath/ath10k/wmi.c         |   2 +-
 drivers/net/wireless/ath/ath11k/dp_tx.c       |   5 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c |   3 +
 include/linux/ieee80211.h                     |   8 +-
 include/net/cfg80211.h                        |  10 +-
 include/net/ieee80211_radiotap.h              |   4 +-
 include/net/mac80211.h                        |  19 +-
 net/mac80211/airtime.c                        |  11 +-
 net/mac80211/debugfs.c                        |   2 +
 net/mac80211/debugfs_key.c                    |   2 +-
 net/mac80211/debugfs_netdev.c                 |   4 +-
 net/mac80211/ieee80211_i.h                    |   2 +-
 net/mac80211/mesh.c                           |   2 +-
 net/mac80211/mlme.c                           | 183 +++++++++++++++++-
 net/mac80211/rc80211_minstrel_ht.c            |   2 +-
 net/mac80211/rx.c                             |   2 +
 net/mac80211/status.c                         |  14 +-
 net/mac80211/util.c                           |  27 ++-
 net/mac80211/vht.c                            |   4 +-
 net/wireless/pmsr.c                           |   4 -
 net/wireless/scan.c                           |   9 +-
 net/wireless/util.c                           |   8 +-
 23 files changed, 267 insertions(+), 62 deletions(-)