mbox series

pull-request: wireless-2022-07-13

Message ID 20220713071333.19713-1-johannes@sipsolutions.net
State New
Headers show
Series pull-request: wireless-2022-07-13 | expand

Pull-request

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

Message

Johannes Berg July 13, 2022, 7:13 a.m. UTC
Hi,

Here's a small set of fixes for the current cycle, see the
description in the tag below.

No known conflicts.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit bf56a0917fd329d5adecfd405e681ff7ba1abb52:

  Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2022-06-09 22:05:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 50e2ab39291947b6c6c7025cf01707c270fcde59:

  wifi: mac80211: fix queue selection for mesh/OCB interfaces (2022-07-11 10:36:55 +0200)

----------------------------------------------------------------
A small set of fixes for
 * queue selection in mesh/ocb
 * queue handling on interface stop
 * hwsim virtio device vs. some other virtio changes
 * dt-bindings email addresses
 * color collision memory allocation
 * a const variable in rtw88
 * shared SKB transmit in the ethernet format path
 * P2P client port authorization

----------------------------------------------------------------
Felix Fietkau (2):
      wifi: mac80211: do not wake queues on a vif that is being stopped
      wifi: mac80211: fix queue selection for mesh/OCB interfaces

Johannes Berg (1):
      wifi: mac80211_hwsim: set virtio device ready in probe()

Kalle Valo (2):
      dt-bindings: net: wireless: ath9k: Change Toke as maintainer
      dt-bindings: net: wireless: ath11k: change Kalle's email

Lorenzo Bianconi (1):
      wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notify

Ping-Ke Shih (1):
      rtw88: 8821c: fix access const table of channel parameters

Ryder Lee (1):
      wifi: mac80211: check skb_shared in ieee80211_8023_xmit()

Vinayak Yadawad (1):
      wifi: cfg80211: Allow P2P client interface to indicate port authorization

 .../bindings/net/wireless/qca,ath9k.yaml           |  2 +-
 .../bindings/net/wireless/qcom,ath11k.yaml         |  2 +-
 drivers/net/wireless/ath/ath11k/wmi.c              |  3 +-
 drivers/net/wireless/mac80211_hwsim.c              |  2 ++
 drivers/net/wireless/realtek/rtw88/main.h          |  6 ++--
 drivers/net/wireless/realtek/rtw88/rtw8821c.c      | 14 +++++----
 include/net/cfg80211.h                             |  5 +--
 include/net/mac80211.h                             |  3 +-
 net/mac80211/cfg.c                                 |  4 +--
 net/mac80211/iface.c                               |  2 ++
 net/mac80211/rx.c                                  |  3 +-
 net/mac80211/tx.c                                  | 36 ++++++++--------------
 net/mac80211/util.c                                |  3 ++
 net/mac80211/wme.c                                 |  4 +--
 net/wireless/sme.c                                 |  3 +-
 15 files changed, 48 insertions(+), 44 deletions(-)