public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] wifi: ath12k: Fix 5GHz issues on WCN7850
@ 2026-01-26  9:52 Saikiran
  2026-01-26  9:52 ` [PATCH v2 1/2] wifi: ath12k: Remove frequency range filtering for single-phy devices Saikiran
  2026-01-26  9:52 ` [PATCH v2 2/2] wifi: ath12k: Fix firmware stats leak when pdev list is empty Saikiran
  0 siblings, 2 replies; 19+ messages in thread
From: Saikiran @ 2026-01-26  9:52 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, kvalo, Saikiran

This series addresses two critical issues affecting 5GHz WiFi functionality
on WCN7850 devices, particularly on the Lenovo Yoga Slim 7x.

Changes in v2:
- Patch 1: Simplified approach - remove frequency range filtering entirely
  instead of trying to work around race conditions. Testing confirmed the
  filtering is fundamentally incompatible with single-phy devices.
- Patch 2: Refined based on maintainer feedback - only reset stats buffer
  when pdev list is empty (not on request failure). Improved commit message
  to explain why reset is needed even with empty pdev list.
- Dropped 3 patches from v1 that were either unnecessary or already fixed
  upstream.

The first patch fixes the primary issue where all 5GHz channels were being
filtered out, making 5GHz completely unusable. The second patch addresses
a firmware stats buffer leak that could cause communication failures during
scanning operations.

Both patches have been tested on WCN7850 hw2.0 PCI with firmware
WLAN.HMT.1.1.c5-00302 on the Lenovo Yoga Slim 7x.

v1: https://lore.kernel.org/ath12k/20260123155750.6007-1-bjsaikiran@gmail.com/

Saikiran (2):
  wifi: ath12k: Remove frequency range filtering for single-phy devices
  wifi: ath12k: Fix firmware stats leak when pdev list is empty

 drivers/net/wireless/ath/ath12k/mac.c |  1 +
 drivers/net/wireless/ath/ath12k/reg.c | 13 -------------
 2 files changed, 1 insertion(+), 13 deletions(-)

-- 
2.51.0

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

end of thread, other threads:[~2026-01-30 16:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26  9:52 [PATCH v2 0/2] wifi: ath12k: Fix 5GHz issues on WCN7850 Saikiran
2026-01-26  9:52 ` [PATCH v2 1/2] wifi: ath12k: Remove frequency range filtering for single-phy devices Saikiran
2026-01-27  3:22   ` Baochen Qiang
2026-01-27  4:04     ` Saikiran B
2026-01-27  7:41       ` Baochen Qiang
2026-01-27  8:58         ` Saikiran B
2026-01-27 10:21           ` Baochen Qiang
2026-01-27 19:06             ` Saikiran B
2026-01-26  9:52 ` [PATCH v2 2/2] wifi: ath12k: Fix firmware stats leak when pdev list is empty Saikiran
2026-01-27  3:27   ` Baochen Qiang
2026-01-27  4:17     ` Saikiran B
2026-01-27  4:40       ` Saikiran B
2026-01-29  2:27         ` Baochen Qiang
2026-01-29 14:06           ` Saikiran B
2026-01-30  2:09             ` Baochen Qiang
2026-01-30  7:32               ` Saikiran B
2026-01-30  7:50                 ` Baochen Qiang
2026-01-30 14:27                 ` Jeff Johnson
2026-01-30 16:45                   ` Saikiran B

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