drivers/net/wireless/quantenna/qtnfmac

Quantenna QSR1000/QSR2000/QSR10g Wi-Fi PCIe adapters

A family of high-end 802.11ac (Wi-Fi 5) PCIe Wi-Fi chipsets from Quantenna used in premium consumer routers and residential gateways from around 2014 on, including the 4x4 QSR1000 in routers like the ASUS RT-AC87 and the 8x8 MIMO QSR10g in carrier-supplied home gateways. The chips run their own firmware and hand a FullMAC interface to Linux.

keep-annotate conf=0.76 last_sold=2020 deploy=low replacement=none subsystem=net category=networking-wireless
76%

recommendation

Worth keeping but documenting its niche: the hardware was a Wi-Fi 5-era flagship that has aged out of retail but is still embedded in legacy routers and ISP gateways, and the code is not abandoned — it received upstream cleanup touches as recently as a 2024 treewide PCI series. No other in-tree driver covers these chips, so dropping it would strand remaining users; an annotation noting the limited legacy deployment footprint is the right call.

repository signals

33 files
12,637 source lines
39 commits, 5y
+166 / −162 lines added / removed, 5y
21 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 39 total · active in 24/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +4 −2 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: 3 commits · +2 −6 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: 1 commit · +17 −14 2022-05: 2 commits · +12 −8 2022-06: 0 commits · +0 −0 2022-07: 2 commits · +9 −7 2022-08: 2 commits · +3 −5 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +1 −1 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 2 commits · +2 −1 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +4 −3 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +2 −2 2023-08: 2 commits · +6 −5 2023-09: 1 commit · +1 −1 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −1 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +18 −9 2024-04: 3 commits · +2 −17 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: 2 commits · +7 −7 2024-10: 2 commits · +1 −2 2024-11: 1 commit · +1 −1 2024-12: 2 commits · +2 −2 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +13 −8 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +5 −3 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: 1 commit · +2 −1 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +23 −28 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    qtnfmac still receives upstream touch in recent kernels; this file was edited in a 2024 treewide managed-PCI cleanup series rather than being abandoned or queued for removal.

  2. cateee.net

    Current LKDDb still lists CONFIG_QTNFMAC_PCIE for mainline kernels and identifies supported hardware as Quantenna QSR1000/QSR2000/QSR10g PCIe devices (vendor 1bb5, device 0008).

  3. techspot.com

    QSR1000 appeared in consumer routers such as the ASUS RT-AC87 in 2014, indicating the driver targets an older Wi-Fi 5 generation rather than current retail designs.

  4. everythingrf.com

    QSR10G was marketed into residential gateways and access points, supporting a remaining embedded/AP legacy niche rather than broad new 2025 deployments.

codex reasoning notes (technical)

Local source read via shell (`sed` on Kconfig) identifies the family as QSR1000/QSR2000/QSR10g aka Topaz/Pearl FullMAC over PCIe. Lore evidence came from `lore_file_timeline` on `drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c`; it showed recent activity and no removal-thread evidence surfaced, while a separate `lore_regex` removal scan timed out rather than finding removal mail. Deployment judgment is an inference from web-search results: LKDDb confirms the driver is still built in current kernels, but product evidence found only older Wi-Fi 5-era consumer/router and gateway announcements, suggesting legacy embedded deployments persist at low volume. No natural in-tree replacement covers the same Quantenna PCIe FullMAC hardware, so removal would strand remaining users; annotate rather than deprecate/remove.