mbox series

pull-request: wireless-2022-04-13

Message ID 20220413063849.C1EE4C385A3@smtp.kernel.org
State New
Headers show
Series pull-request: wireless-2022-04-13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-04-13

Message

Kalle Valo April 13, 2022, 6:38 a.m. UTC
Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit a81687886ca9a64c0aeefefcbc6e7a64ce083ab0:

  Merge branch 'vsock-virtio-enable-vqs-early-on-probe-and-finish-the-setup-before-using-them' (2022-03-24 18:36:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-04-13

for you to fetch changes up to fb4bccd863ccccd36ad000601856609e259a1859:

  mac80211: fix ht_capa printout in debugfs (2022-04-11 11:57:27 +0200)

----------------------------------------------------------------
wireless fixes for v5.18

First set of fixes for v5.18. Maintainers file updates, two
compilation warning fixes, one revert for ath11k and smaller fixes to
drivers and stack. All the usual stuff.

----------------------------------------------------------------
Anilkumar Kolli (1):
      Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"

Ben Greear (1):
      mac80211: fix ht_capa printout in debugfs

Borislav Petkov (2):
      mt76: Fix undefined behavior due to shift overflowing the constant
      brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant

Johannes Berg (2):
      MAINTAINERS: claim include/uapi/linux/wireless.h
      nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size

Kalle Valo (1):
      MAINTAINERS: mark wil6210 as orphan

Lorenzo Bianconi (1):
      MAINTAINERS: update Lorenzo's email address

Rameshkumar Sundaram (1):
      cfg80211: hold bss_lock while updating nontrans_list

Toke Høiland-Jørgensen (2):
      ath9k: Properly clear TX status area before reporting to mac80211
      ath9k: Fix usage of driver-private space in tx_info

 MAINTAINERS                                        |  7 ++---
 drivers/net/wireless/ath/ath11k/mac.c              | 22 +++++++++------
 drivers/net/wireless/ath/ath9k/main.c              |  2 +-
 drivers/net/wireless/ath/ath9k/xmit.c              | 33 ++++++++++++++--------
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |  2 +-
 drivers/net/wireless/mediatek/mt76/mt76x2/pci.c    |  2 +-
 net/mac80211/debugfs_sta.c                         |  2 +-
 net/wireless/nl80211.c                             |  3 +-
 net/wireless/scan.c                                |  2 ++
 9 files changed, 46 insertions(+), 29 deletions(-)