drivers/net/wireless/ath/wcn36xx

Qualcomm Atheros WCN3660/WCN3680 mobile Wi-Fi

Integrated Wi-Fi (and Bluetooth/FM) companion chips that Qualcomm Atheros built into early-2010s Snapdragon-era smartphones and tablets, announced in 2011-2012 and shipped in devices like the 2013 Nexus 7. The driver also covers the closely related WCN3610 variant used in similar mobile platforms.

keep-annotate conf=0.87 last_sold=2014 deploy=low replacement=none subsystem=net category=networking-wireless
87%

recommendation

Worth keeping but flagging as legacy mobile silicon, because the chips themselves haven't been designed into new products since around 2014 yet the driver is still actively maintained upstream — patches as recent as March 2026 add support for the related WCN3610 part. It also remains the only way to get Wi-Fi working on aftermarket Linux ports such as postmarketOS on the 2013 Nexus 7, so removing it would strand a real, if small, community of users.

repository signals

20 files
13,856 source lines
98 commits, 5y
+1,916 / −743 lines added / removed, 5y
36 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 98 total · active in 31/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 2021-06: 14 commits · +432 −48 2021-07: 0 commits · +0 −0 2021-08: 3 commits · +19 −3 2021-09: 4 commits · +105 −16 2021-10: 19 commits · +406 −86 2021-11: 6 commits · +102 −42 2021-12: 5 commits · +123 −20 2022-01: 5 commits · +136 −0 2022-02: 3 commits · +9 −9 2022-03: 2 commits · +176 −62 2022-04: 2 commits · +31 −28 2022-05: 2 commits · +11 −11 2022-06: 3 commits · +4 −4 2022-07: 5 commits · +276 −210 2022-08: 0 commits · +0 −0 2022-09: 2 commits · +5 −1 2022-10: 1 commit · +1 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +2 −2 2023-03: 1 commit · +16 −13 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −2 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +15 −15 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +2 −4 2023-12: 0 commits · +0 −0 2024-01: 2 commits · +5 −0 2024-02: 0 commits · +0 −0 2024-03: 2 commits · +9 −6 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +1 −1 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 0 commits · +0 −0 2024-11: 2 commits · +8 −5 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: 2 commits · +3 −3 2025-05: 1 commit · +1 −1 2025-06: 1 commit · +3 −2 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −135 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +12 −12 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    As of March 6, 2026, upstream still carries feature work for this driver family ('wifi: wcn36xx: Add support for WCN3610'), indicating active maintenance rather than removal.

  2. cateee.net

    LKDDb identifies CONFIG_WCN36XX as support for Qualcomm Atheros WCN3660/3680 and shows the driver remains present through current kernel series.

  3. qualcomm.com

    Qualcomm announced WCN3660 in May 2011 as a smartphone/tablet connectivity chip with commercial release scheduled for late 2011, establishing this as an early-2010s mobile part.

  4. qualcomm.com

    Qualcomm described WCN3680 in February 2012 as a mobile companion chip for Snapdragon S4-era smartphones, tablets, and PCs, reinforcing that the family is from the early 2010s product cycle.

  5. wiki.postmarketos.org

    A current postmarketOS device page for the 2013 Nexus 7 reports mainline support and working Wi-Fi, showing present-day hobbyist/aftermarket use of old devices that can still depend on this driver family.

codex reasoning notes (technical)

Lore evidence came from `lore_file_timeline` on `drivers/net/wireless/ath/wcn36xx/main.c`; it showed recent 2025-2026 patch traffic and no removal signal, while a removal-oriented `lore_regex` timed out and a `lei` fallback was blocked by local socket permissions. Device identity was confirmed from local `Kconfig` via shell and corroborated with LKDDb from web search. Age/new-sales judgment is inferred from Qualcomm launch pages found by web search: WCN3660/WCN3680 were introduced in 2011-2012 mobile designs, so broad new-market availability likely ended around 2014 even though legacy devices remain in enthusiast use. Current deployments are best characterized as low: not zero because postmarketOS-era legacy devices still use it, but not a mainstream 2025 new-hardware target. No natural upstream replacement driver exists for the same onboard chipset, so removal is not justified; annotate as legacy/mobile-niche hardware but keep the driver.