[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251030104919.12871-3-johannes@sipsolutions.net>
Date: Thu, 30 Oct 2025 11:48:05 +0100
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: [GIT PULL] wireless-2025-10-30
Hi,
This is the "not quite Halloween" edition, but there's
nothing scary here ;-) The hrtimer work is maybe more
than I'd strictly like, but all of the affected features
turned out to be pretty broken due to long timer slack,
and it doesn't fundamentally change the behaviour apart
from using the more precise timers.
Please pull and let us know if there's any problem.
Thanks,
johannes
The following changes since commit a83155cc4ec5dd8c99edb541dc12d3bd8e97eae9:
Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2025-10-23 17:15:48 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-10-30
for you to fetch changes up to 70e8335485966d7d4ed85976dceab52803b151a2:
wifi: zd1211rw: fix potential memory leak in __zd_usb_enable_rx() (2025-10-30 08:41:10 +0100)
----------------------------------------------------------------
Couple of new fixes:
- ath10k: revert a patch that had caused issues on some devices
- cfg80211/mac80211: use hrtimers for some things where the
precise timing matters
- zd1211rw: fix a long-standing potential leak
----------------------------------------------------------------
Abdun Nihaal (1):
wifi: zd1211rw: fix potential memory leak in __zd_usb_enable_rx()
Baochen Qiang (1):
Revert "wifi: ath10k: avoid unnecessary wait for service ready message"
Benjamin Berg (4):
wifi: cfg80211: add an hrtimer based delayed work item
wifi: mac80211: use wiphy_hrtimer_work for ttlm_work
wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_work
wifi: mac80211: use wiphy_hrtimer_work for csa.switch_work
Johannes Berg (1):
Merge tag 'ath-current-20251027' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath
drivers/net/wireless/ath/ath10k/wmi.c | 39 +++++++-------
drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 1 +
include/net/cfg80211.h | 78 ++++++++++++++++++++++++++++
net/mac80211/chan.c | 2 +-
net/mac80211/ieee80211_i.h | 8 +--
net/mac80211/link.c | 4 +-
net/mac80211/mlme.c | 52 +++++++++----------
net/wireless/core.c | 56 ++++++++++++++++++++
net/wireless/trace.h | 21 ++++++++
9 files changed, 209 insertions(+), 52 deletions(-)
Powered by blists - more mailing lists