drivers/net/wireless/ath/ath6kl

Qualcomm Atheros AR6003 and AR6004 mobile Wi-Fi chipsets

Supports Atheros AR6003 and AR6004 low-power Wi-Fi chipsets that connected over SDIO or USB, commonly embedded in smartphones, tablets, and small embedded boards from roughly the early 2010s. These were Qualcomm Atheros' mobile-oriented WLAN parts, distinct from the PCIe-based ath9k/ath10k families.

keep-annotate conf=0.63 deploy=low replacement=none subsystem=net category=networking-wireless
63%

recommendation

Worth keeping but flagging as a legacy driver. The AR6003/AR6004 chipsets it supports were embedded Wi-Fi parts found in older smartphones, tablets, and SDIO/USB modules, and no current driver replaces them. Mainline activity is modest but real (around 46 substantive commits over the last five years from 29 authors, with a touch as recent as June 2025), so it remains maintained even though the hardware is no longer sold and deployments are limited to surviving legacy devices.

repository signals

31 files
30,747 source lines
54 commits, 5y
+205 / −214 lines added / removed, 5y
35 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 54 total · active in 28/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 3 commits · +10 −7 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +3 −1 2021-09: 0 commits · +0 −0 2021-10: 4 commits · +12 −6 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +19 −15 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +13 −13 2022-03: 9 commits · +13 −26 2022-04: 1 commit · +4 −2 2022-05: 3 commits · +7 −2 2022-06: 2 commits · +13 −5 2022-07: 3 commits · +11 −17 2022-08: 1 commit · +1 −1 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: 1 commit · +1 −1 2023-02: 2 commits · +3 −3 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: 3 commits · +2 −9 2023-08: 1 commit · +2 −2 2023-09: 2 commits · +4 −4 2023-10: 1 commit · +1 −1 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: 2 commits · +3 −23 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +2 −2 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +4 −4 2024-10: 1 commit · +1 −1 2024-11: 1 commit · +1 −0 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: 1 commit · +8 −8 2025-05: 2 commits · +25 −24 2025-06: 2 commits · +8 −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: 0 commits · +0 −0 2025-12: 1 commit · +1 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +32 −33 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kernel Kconfig describes ath6kl as support for Atheros AR6003 and AR6004 mobile chipsets, with separate SDIO and USB bus drivers.

  2. git.kernel.org

    Canonical upstream log location for assessing whether ath6kl still receives maintenance in mainline.

  3. cateee.net

    LKDDb records ath6kl as a current Linux wireless driver family, reinforcing that it still exists upstream and covers legacy Atheros mobile WLAN devices.

codex reasoning notes (technical)

Local shell read of Kconfig identified the chipset family as AR6003/AR6004 and bus scope as SDIO/USB; sources above are canonical-recall URLs for that same upstream material. lore_file_timeline on the directory prefix returned no directory-scoped events, and a lore_regex removal-subject scan timed out, so I relied on the user-supplied history metadata: 46 substantive commits in 5y, 29 authors, and a latest substantive touch on 2025-06-27. That level of recent upkeep argues against deprecate/remove. The hardware itself is an older mobile/embedded WLAN generation and likely only persists in legacy devices, so deployments are low and the right stance is keep-annotate rather than removal. No natural replacement driver covers the same AR6003/AR6004 hardware.