drivers/net/wireless/ath/ath12k/wifi7

Qualcomm ath12k Wi-Fi 7 client and access-point chipsets

Support code for Qualcomm's current-generation Wi-Fi 7 (802.11be) silicon, including the QCN9274 access-point radio, the WCN7850/FastConnect 7800 client chip found in laptops and phones, the IPQ5332 router SoC, and the newer QCC2072. The wifi7 subdirectory is a dedicated module split out from the main ath12k driver to host Wi-Fi 7-specific bring-up.

keep conf=0.95 deploy=medium replacement=none subsystem=net category=networking-wireless
95%

recommendation

It should stay in the kernel because this is brand-new code for hardware Qualcomm is actively shipping in 2025 and 2026. Upstream development is visibly busy: the wifi7 directory was introduced in August 2025, maintainers were still merging patch series into it in November 2025, and a December 2025 series added QCC2072 support. Modules based on these chips remain on sale from mainstream resellers, so this is core current-generation Wi-Fi support, not legacy code.

repository signals

37 files
19,789 source lines
92 commits, 5y
+22,304 / −2,583 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 92 total · active in 6/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 18 commits · +12,537 −126 2025-09: 13 commits · +1,757 −779 2025-10: 24 commits · +3,167 −1,140 2025-11: 22 commits · +4,009 −423 2025-12: 0 commits · +0 −0 2026-01: 13 commits · +827 −108 2026-02: 2 commits · +7 −7 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lists.infradead.org

    The wifi7 directory was introduced as a separate ath12k_wifi7 module and was tested on QCN9274, WCN7850, and IPQ5332 hardware.

  2. lists.infradead.org

    ath12k maintainers were still actively applying wifi7-directory patch series in November 2025, showing ongoing upstream development rather than removal.

  3. lwn.net

    A December 2025 ath12k patch series added QCC2072 support and touched drivers/net/wireless/ath/ath12k/wifi7, indicating fresh hardware enablement.

  4. qualcomm.com

    Qualcomm's FastConnect 7800 is a commercial Wi-Fi 7 client solution, confirming this driver family targets current-generation hardware rather than legacy gear.

  5. 524wifi.com

    QCN9274-based Wi-Fi 7 modules were still listed in stock for sale, supporting ongoing new-hardware availability.

codex reasoning notes (technical)

Local source inspection via exec_command of wifi7/hw.c identified current target chips QCN9274, WCN7850, IPQ5332, and local git log showed first-tree entry in August 2025 plus substantive January 2026 work including QCC2072 enablement. URLs were obtained via web search_query: infradead ath12k list pages show creation and continued application of ath12k_wifi7 patch series; LWN summarizes the December 2025 QCC2072 enablement series; Qualcomm and current reseller pages show Wi-Fi 7 hardware is still commercial. No removal/deprecation discussion was found; evidence instead shows active upstream bring-up and ongoing deployments, so removal/deprecation is not indicated.