drivers/net/ethernet/atheros

Atheros/Qualcomm AR7xxx, AR9xxx, and QCA95xx built-in Ethernet MACs (ag71xx)

Integrated Ethernet MACs inside Atheros and Qualcomm Atheros router systems-on-chip, spanning the AR7100/AR9330 generation through later QCA9531/QCA9560 parts. These chips powered a huge swath of consumer Wi-Fi routers and embedded boards from 2008 onward and still anchor OpenWrt's ath79 platform.

keep-annotate conf=0.82 deploy=low replacement=none subsystem=net category=networking-ethernet
82%

recommendation

Worth keeping but documenting its niche, because this is the only upstream driver for the Ethernet blocks in a long line of Atheros/Qualcomm router SoCs that still power OpenWrt's ath79 target and a handful of new low-end and industrial designs. Maintenance is quiet but ongoing — a functional fix landed as recently as 2026 — and there is no successor driver waiting to take over, so removing it would strand otherwise-working hardware.

repository signals

30 files
26,611 source lines
95 commits, 5y
+931 / −803 lines added / removed, 5y
42 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 95 total · active in 32/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +3 −3 2021-05: 15 commits · +549 −320 2021-06: 1 commit · +1 −0 2021-07: 2 commits · +11 −6 2021-08: 0 commits · +0 −0 2021-09: 3 commits · +5 −9 2021-10: 5 commits · +15 −17 2021-11: 5 commits · +37 −71 2021-12: 2 commits · +8 −28 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +1 −1 2022-03: 2 commits · +5 −2 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +3 −2 2022-06: 4 commits · +15 −15 2022-07: 2 commits · +7 −7 2022-08: 1 commit · +12 −12 2022-09: 2 commits · +9 −4 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +2 −2 2022-12: 1 commit · +2 −8 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +0 −14 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 4 commits · +17 −7 2023-08: 1 commit · +2 −3 2023-09: 3 commits · +26 −65 2023-10: 2 commits · +2 −4 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +4 −1 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +1 −1 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +6 −6 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 7 commits · +26 −68 2024-09: 13 commits · +63 −73 2024-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-04: 1 commit · +8 −8 2025-05: 1 commit · +11 −10 2025-06: 1 commit · +57 −22 2025-07: 3 commits · +11 −2 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: 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

    Recent upstream maintenance continued in 2026 with a functional ag71xx fix ('call phylink_destroy on failure'), indicating the driver is not abandoned.

  2. openwrt.org

    OpenWrt still carries the ath79 target as the current successor platform for this SoC family, showing ongoing real-world use on supported devices.

  3. openwrt.org

    OpenWrt documents AR7xxx, AR9xxx, and QCA9xxx boards together, matching the ag71xx-supported SoC family and showing it spans legacy router/embedded hardware rather than a single dead SKU.

  4. openwrt.org

    The old ar71xx OpenWrt target was deprecated and dropped, which supports the view that the ecosystem is legacy-heavy even though the upstream Linux MAC driver remains useful for ath79-era devices.

codex reasoning notes (technical)

Local code inspection via shell showed this directory's root driver is ag71xx.c and its OF matches include qca,ar7100-eth through qca,qca9560-eth, so the family extends beyond early AR71xx parts into later QCA95xx router SoCs. lore_activity on drivers/net/ethernet/atheros/ag71xx.c returned recent 2025-2026 fixes/reverts with lore URLs and no clear removal series, so removal/deprecate would be too aggressive. Web search found OpenWrt ath79/ar71xx and SoC-family pages; those indicate the hardware is still deployed in low-volume embedded/router niches and some new low-end/industrial designs, but it is clearly a legacy-heavy platform. No natural upstream replacement driver exists for the same MAC blocks; ath79 is a platform/DT evolution, not a driver replacement.