drivers/net/wireless/ath/wil6210

Qualcomm/Wilocity Wil6200 60GHz 802.11ad WiGig adapters

Niche 60GHz "WiGig" 802.11ad PCIe wireless cards based on the Wilocity Sparrow chipset, which Qualcomm acquired in 2014. They appeared in a small number of laptops, docking stations, and developer boards around 2014-2018 to provide multi-gigabit short-range wireless, but never reached mainstream adoption before the industry moved on to 802.11ay and Wi-Fi 6.

keep-annotate conf=0.77 last_sold=2018 deploy=low replacement=none subsystem=net category=networking-wireless
77%

recommendation

Worth keeping but documenting its niche status. The hardware is no longer sold, Qualcomm's 60GHz roadmap shifted to newer 802.11ay parts by 2018, and real-world deployments today are mostly hobbyists and researchers with surviving Wil6200 cards. However, the code is still actively maintained on linux-wireless with patches landing as recently as 2026, so there is no case for removal — just a note that this serves a small legacy and experimental user base.

repository signals

31 files
28,778 source lines
48 commits, 5y
+213 / −257 lines added / removed, 5y
32 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 48 total · active in 27/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +0 −2 2021-05: 1 commit · +4 −4 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +10 −4 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +12 −10 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: 1 commit · +2 −2 2022-04: 4 commits · +13 −15 2022-05: 2 commits · +4 −20 2022-06: 2 commits · +3 −5 2022-07: 5 commits · +14 −23 2022-08: 1 commit · +3 −3 2022-09: 2 commits · +8 −34 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: 2 commits · +3 −3 2023-06: 1 commit · +10 −6 2023-07: 1 commit · +2 −1 2023-08: 1 commit · +0 −2 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: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 3 commits · +22 −31 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +16 −7 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: 2 commits · +2 −1 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: 2 commits · +18 −11 2025-04: 1 commit · +11 −11 2025-05: 3 commits · +8 −8 2025-06: 1 commit · +2 −1 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −1 2025-11: 1 commit · +16 −17 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +28 −34 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream linux-wireless work still touches wil6210 code in 2026, so the driver is not abandoned.

  2. lore.kernel.org

    There was wil6210-specific maintenance on linux-wireless, indicating real subsystem attention rather than a fully dead driver.

  3. cateee.net

    LKDDb identifies CONFIG_WIL6210 as 'Wilocity 60g WiFi card wil6210 support' and maps it to Wilocity/Qualcomm PCI IDs including 1ae9:0310 and 17cb:1201.

  4. wireless.docs.kernel.org

    Linux Wireless documentation describes wil6210 as a Qualcomm 60GHz PCIe 802.11ad card and explicitly frames it as experimental/research-oriented hardware.

  5. qualcomm.com

    Qualcomm's later public 60GHz portfolio had moved to newer 802.11ay QCA64x1/QCA64x8 families by 2018, implying the original wil6210-era 11ad client hardware was already being superseded.

  6. linux-hardware.org

    Community probe data shows the Wil6200 still appears in some machines, suggesting residual legacy/hobbyist deployments rather than zero use.

codex reasoning notes (technical)

Local tree inspection via shell (`rg`, `sed`) identified this as the Wilocity 60GHz PCIe 802.11ad driver. Lore evidence came from `mcp__lore_http__.lore_file_timeline` and `lore_activity`: `main.c` was touched repeatedly through 2026 on linux-wireless, and `pcie_bus.c` still saw wil6210-specific maintenance; I also checked for removal/deprecation signals, but found active maintenance instead of removal evidence. Web URLs were obtained with `web.search_query`/`open`: LKDDb and Linux Wireless docs establish device identity and niche/research status; Qualcomm's 2018 11ay announcement shows the vendor's public 60GHz roadmap had shifted to newer chip families; linux-hardware suggests some surviving fielded devices. That combination points to obsolete hardware with low current deployment, but enough active upstream traffic to keep the driver rather than deprecate/remove it.