[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251112114621.15716-5-johannes@sipsolutions.net>
Date: Wed, 12 Nov 2025 12:45:38 +0100
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: [GIT PULL] wireless-2025-11-12
Hi,
And we have another set for net/rc6. Basically just
more driver fixes trickling in, various small issues.
Please pull and let us know if there's any problem.
Thanks,
johannes
The following changes since commit c2c2ccfd4ba72718266a56f3ecc34c989cb5b7a0:
Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-11-06 08:52:30 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-11-12
for you to fetch changes up to a35f64a216ca1c9e3c3f0f91fdb54ef9515a7fe7:
Merge tag 'iwlwifi-fixes-2025-11-12' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2025-11-12 09:51:05 +0100)
----------------------------------------------------------------
Couple more fixes:
- mwl8k: work around FW expecting a DSSS element in beacons
- ath11k: report correct TX status
- iwlwifi: avoid toggling links due to wrong element use
- iwlwifi: fix beacon template rate on older devices
- iwlwifi: fix loop iterator being used after loop
- mac80211: disallow address changes while using the address
- mac80211: avoid bad rate warning in monitor/sniffer mode
- hwsim: fix potential NULL deref (on monitor injection)
----------------------------------------------------------------
Benjamin Berg (1):
wifi: mac80211: skip rate verification for not captured PSDUs
Ilan Peer (1):
wifi: mac80211_hwsim: Fix possible NULL dereference
Johannes Berg (4):
wifi: mac80211: reject address change while connecting
Merge tag 'ath-current-20251110' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath
wifi: iwlwifi: mvm: fix beacon template/fixed rate
Merge tag 'iwlwifi-fixes-2025-11-12' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Junjie Cao (1):
wifi: iwlwifi: fix aux ROC time event iterator usage
Miri Korenblit (1):
wifi: iwlwifi: mld: always take beacon ies in link grading
Nicolas Escande (1):
wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()
Pawel Dembicki (1):
wifi: mwl8k: inject DSSS Parameter Set element into beacons if missing
drivers/net/wireless/ath/ath11k/wmi.c | 3 +
drivers/net/wireless/intel/iwlwifi/mld/link.c | 7 +--
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 13 +---
.../net/wireless/intel/iwlwifi/mvm/time-event.c | 14 ++---
drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 12 +++-
drivers/net/wireless/marvell/mwl8k.c | 71 ++++++++++++++++++++--
drivers/net/wireless/virtual/mac80211_hwsim.c | 14 +++--
net/mac80211/iface.c | 14 ++++-
net/mac80211/rx.c | 10 ++-
9 files changed, 117 insertions(+), 41 deletions(-)
Powered by blists - more mailing lists