Hi, Things are getting quieter, but we're still fixing a few things and here also disable a new feature since it's broken due to netlink buffer size issues. Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit d69eb204c255c35abd9e8cb621484e8074c75eaa: Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-09-04 09:59:15 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-09-11 for you to fetch changes up to c3f8d13357deab1e04f8a52b499d6b9b704e578e: wifi: nl80211: completely disable per-link stats for now (2025-09-11 08:50:31 +0200) ---------------------------------------------------------------- Some more fixes: - iwlwifi: fix 130/1030 devices - ath12k: fix alignment, power save - virt_wifi: fix crash - cfg80211: disable per-link stats due to buffer size issues ---------------------------------------------------------------- James Guan (1): wifi: virt_wifi: Fix page fault on connect Johannes Berg (4): wifi: iwlwifi: fix 130/1030 configs Merge tag 'ath-current-20250909' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath Merge tag 'iwlwifi-fixes-2025-09-09' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next wifi: nl80211: completely disable per-link stats for now Miaoqing Pan (2): wifi: ath12k: Fix missing station power save configuration wifi: ath12k: fix WMI TLV header misalignment Nithyanantham Paramasivam (1): wifi: cfg80211: Fix "no buffer space available" error in nl80211_get_station() for MLO drivers/net/wireless/ath/ath12k/mac.c | 122 ++++++++++++++------------ drivers/net/wireless/ath/ath12k/wmi.c | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 26 +++--- drivers/net/wireless/virtual/virt_wifi.c | 4 +- net/wireless/nl80211.c | 13 +-- 5 files changed, 91 insertions(+), 76 deletions(-)