drivers/net/wireless/ath/ath9k

Qualcomm Atheros AR5xxx/AR9xxx 802.11n Wi-Fi adapters (ath9k)

A broad family of 802.11n Wi-Fi chips Atheros (later Qualcomm Atheros) shipped from roughly 2008 through the mid-2010s, covering parts from the AR5416 through the AR9565. They appeared in countless laptop mini-PCIe cards, USB dongles via sibling drivers, and in the Wi-Fi blocks of MIPS-based Atheros router SoCs that powered a generation of consumer access points and OpenWrt devices.

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

recommendation

It should stay in the kernel and simply be marked as legacy hardware. Even though the chips have not been sold new for years and only support 802.11n, the driver is still being actively patched upstream (bug fixes were landing as recently as 2026) and is regularly exercised by syzbot, so it is far from abandoned. A very large installed base remains in the field, particularly in OpenWrt-supported ath79 routers and older laptops, which makes removal premature.

repository signals

112 files
88,053 source lines
159 commits, 5y
+1,669 / −1,493 lines added / removed, 5y
67 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 159 total · active in 50/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +7 −0 2021-06: 3 commits · +4 −9 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +7 −5 2021-09: 4 commits · +164 −30 2021-10: 6 commits · +73 −16 2021-11: 2 commits · +44 −3 2021-12: 0 commits · +0 −0 2022-01: 2 commits · +6 −5 2022-02: 1 commit · +33 −42 2022-03: 10 commits · +83 −90 2022-04: 7 commits · +50 −35 2022-05: 6 commits · +30 −22 2022-06: 5 commits · +50 −43 2022-07: 3 commits · +4 −7 2022-08: 1 commit · +28 −15 2022-09: 4 commits · +4 −4 2022-10: 6 commits · +36 −22 2022-11: 2 commits · +3 −3 2022-12: 3 commits · +421 −421 2023-01: 3 commits · +26 −10 2023-02: 1 commit · +19 −0 2023-03: 2 commits · +24 −8 2023-04: 5 commits · +35 −20 2023-05: 1 commit · +7 −1 2023-06: 2 commits · +6 −5 2023-07: 7 commits · +78 −153 2023-08: 5 commits · +6 −14 2023-09: 1 commit · +17 −17 2023-10: 2 commits · +3 −3 2023-11: 3 commits · +43 −44 2023-12: 4 commits · +18 −18 2024-01: 4 commits · +22 −13 2024-02: 1 commit · +2 −2 2024-03: 3 commits · +15 −10 2024-04: 2 commits · +4 −7 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +2 −2 2024-07: 4 commits · +11 −22 2024-08: 3 commits · +13 −13 2024-09: 6 commits · +15 −85 2024-10: 2 commits · +11 −9 2024-11: 5 commits · +64 −28 2024-12: 3 commits · +56 −75 2025-01: 4 commits · +13 −27 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +22 −26 2025-05: 1 commit · +9 −7 2025-06: 5 commits · +40 −48 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 2 commits · +12 −11 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +0 −12 2026-02: 2 commits · +24 −24 2026-03: 1 commit · +2 −4 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    ath9k still receives upstream bug-fix patches in 2026; this patch fixes an out-of-bounds access in ath9k firmware tx status handling.

  2. lore.kernel.org

    ath9k is still exercised by syzbot and patch discussion in 2026, indicating active maintenance and test exposure rather than abandonment.

  3. wireless.docs.kernel.org

    Kernel wireless docs describe ath9k as the driver for Atheros 802.11n chipsets including AR5416 through AR9565-era parts, i.e. an older 11n family rather than current-generation Wi-Fi hardware.

  4. openwrt.org

    OpenWrt still maintains the ath79 target and documents device support on current releases, which is strong evidence of continued field deployment of ath9k-era Atheros SoCs in routers/APs.

  5. wireless.docs.kernel.org

    The ath9k product list is dominated by older retail laptops/APs from the 802.11n era, supporting the view that new-sales presence is largely legacy rather than active 2025 mainstream retail.

codex reasoning notes (technical)

Recommendation is keep-annotate: lore evidence shows current maintenance activity, so deprecation/removal would be premature, but the hardware family is clearly legacy 802.11n and mostly relevant for existing fleets. No indexed removal/deprecation discussion was found in the tool results used. Source acquisition: first two URLs came from lore-http `lore_regex` patch hits; the three docs URLs came from `web.search_query`. `last_widely_available_year` is an inferred estimate from the documented chipset/product era, not a vendor EOL date.