[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260122110248.15450-3-johannes@sipsolutions.net>
Date: Thu, 22 Jan 2026 12:00:15 +0100
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: [GIT PULL] wireless-2026-11-22
Hi,
Some more updates from wireless. The only interesting thing here is
that there's a merge conflict with net-next, see here:
https://lore.kernel.org/all/98386125-c0bb-495e-b2ba-2765aaed19d8@oss.qualcomm.com/
Please pull and let us know if there's any problem.
Thanks,
johannes
The following changes since commit f2a3b12b305c7bb72467b2a56d19a4587b6007f9:
Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-01-08 08:40:35 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2026-11-22
for you to fetch changes up to 50b359896fe55d0443ed550e1fabba71d242031a:
wifi: cfg80211: ignore link disabled flag from userspace (2026-01-20 10:02:01 +0100)
----------------------------------------------------------------
Another set of updates:
- various small fixes for ath10k/ath12k/mwifiex/rsi
- cfg80211 fix for HE bitrate overflow
- mac80211 fixes
- S1G beacon handling in scan
- skb tailroom handling for HW encryption
- CSA fix for multi-link
- handling of disabled links during association
----------------------------------------------------------------
Baochen Qiang (2):
wifi: ath12k: don't force radio frequency check in freq_to_idx()
wifi: ath12k: fix dead lock while flushing management frames
Benjamin Berg (3):
wifi: mac80211: parse all TTLM entries
wifi: mac80211: apply advertised TTLM from association response
wifi: cfg80211: ignore link disabled flag from userspace
Dan Carpenter (1):
wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
Johannes Berg (1):
Merge tag 'ath-current-20260113' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath into wireless
Lachlan Hodges (1):
wifi: mac80211: don't perform DA check on S1G beacon
Manish Dharanenthiran (1):
wifi: ath12k: cancel scan only on active scan vdev
Marek Vasut (1):
wifi: rsi: Fix memory corruption due to not set vif driver data size
Miri Korenblit (2):
wifi: mac80211: correctly check if CSA is active
wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twice
Thomas Fourier (2):
wifi: ath10k: fix dma_free_coherent() pointer
wifi: ath12k: fix dma_free_coherent() pointer
Veerendranath Jakkam (1):
wifi: cfg80211: Fix bitrate calculation overflow for HE rates
Yingying Tang (2):
wifi: ath12k: Fix scan state stuck in ABORTING after cancel_remain_on_channel
wifi: ath12k: Fix wrong P2P device link id issue
drivers/net/wireless/ath/ath10k/ce.c | 16 +-
drivers/net/wireless/ath/ath12k/ce.c | 12 +-
drivers/net/wireless/ath/ath12k/mac.c | 16 +-
drivers/net/wireless/ath/ath12k/wmi.c | 9 +-
.../net/wireless/marvell/mwifiex/11n_rxreorder.c | 6 +-
drivers/net/wireless/rsi/rsi_91x_mac80211.c | 1 +
include/net/cfg80211.h | 3 -
include/uapi/linux/nl80211.h | 5 +-
net/mac80211/ieee80211_i.h | 2 -
net/mac80211/iface.c | 8 +-
net/mac80211/key.c | 3 +-
net/mac80211/mlme.c | 213 ++++++++++++---------
net/mac80211/scan.c | 9 +-
net/wireless/nl80211.c | 10 -
net/wireless/util.c | 8 +-
15 files changed, 171 insertions(+), 150 deletions(-)
Powered by blists - more mailing lists