drivers/net/wireless/atmel

Atmel AT76C503/505 USB 802.11b Wi-Fi Adapters

An early-2000s family of USB Wi-Fi dongles built around Atmel's AT76C503, AT76C505, and AT76C505A chipsets, supporting only the original 802.11b standard at up to 11 Mbps. They were sold under many retail brand names during the first wave of consumer wireless networking and are long obsolete for new deployments.

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

recommendation

Worth keeping but flagging as legacy. The hardware is early-2000s 802.11b-only USB Wi-Fi dongles that nobody sells new today and that very few people still run, but the code is genuinely maintained: a use-after-free fix landed via stable in 2025 and a refactor was posted in 2026, so there is no upstream momentum to remove it. A clear note that this is legacy hardware would help users and packagers without disrupting the handful of remaining deployments.

repository signals

4 files
3,073 source lines
23 commits, 5y
+167 / −5,109 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 23 total · active in 14/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 3 commits · +12 −7 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: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +1 −1 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +1 −1 2022-08: 1 commit · +1 −1 2022-09: 0 commits · +0 −0 2022-10: 3 commits · +82 −85 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 · +12 −3 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +4 −4 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +0 −4,951 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +4 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 3 commits · +27 −33 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 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: 1 commit · +1 −1 2025-04: 1 commit · +1 −1 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +1 −1 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: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +20 −20 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream work still touches this driver in 2026 ('wifi: at76c50x: refactor endpoint lookup'), indicating maintenance rather than abandonment/removal.

  2. lore.kernel.org

    The driver received a stable backport in 2025 for a use-after-free fix, showing real bug-fix traffic for supported kernels.

  3. wireless.docs.kernel.org

    Kernel wireless docs describe at76c50x-usb as supporting only Atmel at76c50x chipsets and only 802.11b.

  4. cateee.net

    LKDDb shows the module still exists upstream and enumerates many early-2000s 802.11b USB dongles tied to this driver.

  5. electronicsweekly.com

    Contemporary reporting places the AT76C503 family in the 2000-era 802.11b market, supporting the conclusion that this hardware is long obsolete for new deployments.

codex reasoning notes (technical)

Real driver: local shell read of at76c50x-usb.c and Kconfig shows a USB WLAN driver for Atmel AT76C503/505/505A. Upstream activity was checked with lore_file_timeline; recent lore URLs show 2025 stable fixes and 2026 cleanup/refactor patches, so there is no evidence here of an active removal push and the driver is still maintained. Deployment evidence came from web search results: wireless.docs.kernel.org and LKDDb both identify these as 802.11b-only legacy USB adapters across old retail brands, and the 2000 Electronics Weekly article anchors the chipset family to an early-2000s market window. That combination suggests hardware is not still sold new in 2025 and current deployments are low, but maintenance traffic argues against deprecation/removal now; annotate as legacy instead.