drivers/net/wireless/realtek/rtl818x/rtl8180

Realtek RTL8180, RTL8185, and RTL8187SE PCI Wi-Fi adapters

An early generation of Realtek 802.11b/g wireless chips that shipped on PCI and Mini-PCI cards in budget desktops and laptops during the early-to-mid 2000s. They only do 2.4 GHz station and ad-hoc modes, and were common in retail Wi-Fi cards around 2003–2006 before being superseded by newer Realtek families.

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

recommendation

Worth keeping but flagging as legacy hardware. The chips have not been sold new for nearly two decades, yet the code is not abandoned: a memory-leak fix was still being backported to stable kernels as recently as January 2026, and OpenWrt continues to ship the module for users with old PCI cards. No newer in-tree driver covers these PCI IDs, so removing it would strand the remaining users without a replacement.

repository signals

13 files
4,116 source lines
10 commits, 5y
+20 / −15 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 9/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: 0 commits · +0 −0 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: 1 commit · +6 −2 2022-05: 1 commit · +1 −1 2022-06: 2 commits · +3 −2 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 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: 1 commit · +1 −1 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: 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: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 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: 1 commit · +2 −7 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still receives real upstream maintenance activity: a rtl8180 memory-leak fix was backported to stable in January 2026, indicating ongoing bug-fix attention rather than abandonment.

  2. cateee.net

    LKDDb maps CONFIG_RTL8180 to Realtek RTL8180L, RTL8185, and RTL8187SE PCI devices and lists many early-2000s retail cards, confirming the family and its legacy PCI/PCMCIA deployment pattern.

  3. openwrt.org

    OpenWrt still packages kmod-rtl8180, which is evidence of some continuing downstream deployment, but as an optional legacy kernel module rather than mainstream new hardware.

  4. driverguide.com

    Third-party archived RTL8180L driver packages date to late 2003, which supports the conclusion that the hardware family is from the early-2000s era and not a new-sold 2025 product line.

codex reasoning notes (technical)

Local `rg`/`sed` on the tree showed this directory handles RTL8180, RTL8185, and RTL8187SE PCI chips and only station/adhoc 2.4 GHz operation. `lore_activity` on `drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c` returned January 2026 stable backports, so the code is old hardware but not dead code; that argues against deprecate/remove. Web search opened LKDDb and package-index results; LKDDb and the archived 2003 RTL8180L driver page support that the hardware peaked in the mid-2000s and is not still sold new in 2025. OpenWrt packaging suggests residual legacy use, so deployment is best classified as low. No natural in-tree replacement driver covers the same PCI IDs; newer Realtek drivers are for different chip families.