drivers/net/wireless/quantenna/qtnfmac/pcie

Quantenna QSR1000/QSR10G PCIe Wi-Fi adapters

PCIe Wi-Fi cards built around Quantenna's QSR1000 (Topaz) and QSR10G (Pearl) 802.11ac chipsets, used mainly inside high-end home routers and gateways from the mid-2010s until Quantenna was acquired by ON Semiconductor in 2019. The chips handle most Wi-Fi work on-die, with the host loading firmware images fmac_qsr1000.img and fmac_qsr10g.img.

keep-annotate conf=0.67 last_sold=2021 deploy=low replacement=none subsystem=net category=networking-wireless
67%

recommendation

Worth keeping but flagging as niche: the chips are no longer sold as a standalone product line and deployments today are thin, but upstream has not abandoned the code. A driver-specific fix landed in March 2024, and it was carried along by treewide wireless API changes in 2022, so users of surviving Quantenna-based gear still have a working in-tree driver. Documenting its legacy status would set expectations without disrupting that small base.

repository signals

8 files
3,360 source lines
6 commits, 5y
+51 / −45 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 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: 1 commit · +28 −28 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +0 −2 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: 1 commit · +4 −4 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: 1 commit · +17 −8 2024-04: 1 commit · +1 −2 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: 1 commit · +1 −1 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: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    qtnfmac PCIe still received a driver-specific fix in 2024, so upstream attention is sparse but not dead.

  2. lore.kernel.org

    The PCIe path was also touched by wireless-next treewide API updates in 2022; no removal discussion is evident from the sampled lore history.

  3. git.kernel.org

    Upstream source names the firmware images as qtn/fmac_qsr1000.img and qtn/fmac_qsr10g.img, identifying the supported hardware family as Quantenna QSR1000 and QSR10G.

  4. en.wikipedia.org

    Quantenna was acquired in 2019; combined with the lack of an obvious current standalone product line, this points to legacy/niche deployment rather than broad new 2025 sales.

codex reasoning notes (technical)

Real driver directory: local `rg` showed PCIe driver code and firmware IDs in qtn_hw_ids.h. `lore_file_timeline` on the directory returned no direct path hits; `lore_activity` on pearl_pcie.c/topaz_pcie.c produced 2024 and 2022 maintenance URLs and no removal-series evidence in the sampled history. Kernel tree URL is canonical recall; Wikipedia URL is canonical recall and used only as supporting context for vendor/product legacy status. Recommendation is keep-annotate because hardware looks legacy/niche, but lore still shows occasional upstream fixes rather than abandonment or active removal.