public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] wifi: ath12k: Fix 5 GHz Wi-Fi regression on WCN7850
@ 2026-01-23 15:57 Saikiran
  2026-01-23 15:57 ` [PATCH] wifi: ath12k: Fix firmware stats leak on get_txpower error paths Saikiran
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Saikiran @ 2026-01-23 15:57 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, kvalo, Saikiran

This series fixes a critical 5 GHz Wi-Fi regression affecting WCN7850 
(Snapdragon X Elite laptops) in kernel 6.17+. On affected systems, 
only 2.4 GHz networks are detected while 5 GHz networks are completely 
invisible.

The root cause is broken frequency range filtering logic introduced 
between kernel 6.16 and 6.17 that filters out all channels when 
frequency range values are reset to zero during regulatory updates.

Patch 4/5 is the primary fix that removes the broken filtering logic.
The other patches address related firmware stats handling issues and
regulatory domain initialization problems discovered during debugging.

Tested extensively on WCN7850 hw2.0 with firmware WLAN.HMT.1.1.c5-00302
on Lenovo Yoga Slim 7x (Snapdragon X Elite). Both 2.4 GHz and 5 GHz
networks now work correctly.

Saikiran (5):
  wifi: ath12k: Fix firmware stats leak on get_txpower error paths
  wifi: ath12k: Initialize regulatory frequency ranges to avoid
    filtering all channels
  wifi: ath12k: Add fallback regulatory domain for WCN7850 without
    SMBIOS
  wifi: ath12k: Remove broken frequency range filtering
  wifi: ath12k: Fix invalid frequency error in freq_to_idx

 drivers/net/wireless/ath/ath12k/core.c | 31 +++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/mac.c  |  2 ++
 drivers/net/wireless/ath/ath12k/reg.c  | 13 ---------
 drivers/net/wireless/ath/ath12k/wmi.c  |  6 +---
 4 files changed, 33 insertions(+), 19 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-01-26  8:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 15:57 [PATCH 0/5] wifi: ath12k: Fix 5 GHz Wi-Fi regression on WCN7850 Saikiran
2026-01-23 15:57 ` [PATCH] wifi: ath12k: Fix firmware stats leak on get_txpower error paths Saikiran
2026-01-26  5:22   ` Baochen Qiang
2026-01-23 15:57 ` [PATCH] wifi: ath12k: Initialize regulatory frequency ranges to avoid filtering all channels Saikiran
2026-01-26  5:26   ` Baochen Qiang
2026-01-23 15:57 ` [PATCH] wifi: ath12k: Add fallback regulatory domain for WCN7850 without SMBIOS Saikiran
2026-01-23 15:57 ` [PATCH] wifi: ath12k: Remove broken frequency range filtering Saikiran
2026-01-26  5:45   ` Baochen Qiang
     [not found]     ` <CAAFDt1syi0jLvrho4mnvwsv8HtraT78wP8tCLFHRw3oiTq2E5w@mail.gmail.com>
2026-01-26  6:51       ` Baochen Qiang
     [not found]         ` <CAAFDt1v-CBHPTMHQB2B9o3X547agCj77RF9tpp_sgUAPkUaYSw@mail.gmail.com>
2026-01-26  8:28           ` Saikiran B
2026-01-23 15:57 ` [PATCH] wifi: ath12k: Fix invalid frequency error in freq_to_idx Saikiran
2026-01-26  3:38   ` Baochen Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox