drivers/net/wireless/realtek/rtl8xxxu

Realtek RTL8xxx USB 802.11n Wi-Fi Adapters

A family of inexpensive USB Wi-Fi dongles built around Realtek's RTL8188, RTL8192, and RTL8723 series 802.11n chipsets, sold under brands like TP-Link (TL-WN821N, TL-WN823N) and many no-name Chinese OEMs from the early 2010s through today. These are the small plug-in adapters commonly bundled with cheap PCs, used to add Wi-Fi to desktops, or shipped with single-board computers.

keep conf=0.90 deploy=low replacement=none subsystem=net category=networking-wireless
90%

recommendation

It should stay because the code is still actively maintained upstream, with Realtek engineers posting fixes as recently as 2026, and the supported dongles continue to be manufactured and sold new in 2025. While popular models like TP-Link's TL-WN823N have reached end-of-life, equivalent RTL8188GU and RTL8192EU adapters keep appearing on store shelves, and there is no other in-tree driver that covers this range of USB chips.

repository signals

13 files
24,335 source lines
179 commits, 5y
+12,052 / −1,739 lines added / removed, 5y
36 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 179 total · active in 43/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +56 −14 2021-05: 1 commit · +9 −2 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +2 −2 2021-08: 1 commit · +26 −9 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +7 −1 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +2 −2 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 2 commits · +75 −29 2022-04: 1 commit · +21 −21 2022-05: 2 commits · +6 −6 2022-06: 1 commit · +2 −1 2022-07: 1 commit · +11 −10 2022-08: 3 commits · +12 −14 2022-09: 7 commits · +1,949 −48 2022-10: 5 commits · +50 −48 2022-11: 12 commits · +747 −304 2022-12: 14 commits · +2,447 −205 2023-01: 9 commits · +201 −15 2023-02: 3 commits · +8 −11 2023-03: 4 commits · +2,484 −82 2023-04: 25 commits · +505 −224 2023-05: 3 commits · +2,350 −115 2023-06: 0 commits · +0 −0 2023-07: 4 commits · +8 −0 2023-08: 1 commit · +1 −0 2023-09: 1 commit · +1 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 23 commits · +378 −117 2024-01: 10 commits · +41 −16 2024-02: 4 commits · +163 −43 2024-03: 1 commit · +7 −2 2024-04: 9 commits · +147 −218 2024-05: 0 commits · +0 −0 2024-06: 3 commits · +17 −6 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +8 −3 2024-09: 1 commit · +4 −2 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +20 −0 2024-12: 1 commit · +1 −1 2025-01: 2 commits · +14 −5 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 · +5 −3 2025-07: 2 commits · +2 −2 2025-08: 2 commits · +2 −3 2025-09: 2 commits · +25 −0 2025-10: 3 commits · +201 −129 2025-11: 5 commits · +31 −21 2025-12: 1 commit · +1 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +5 −5 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    rtl8xxxu still receives upstream fixes in 2026; this patch validates action-frame size in rtl8xxxu_dump_action().

  2. linux-hardware.org

    TP-Link TL-WN821N v5/v6 (RTL8192EU, served by rtl8xxxu) shows substantial modern probe data, indicating some continued field deployment.

  3. linux-hardware.org

    RTL8188GU devices are associated with rtl8xxxu in current kernel support tables, and probes exist on recent systems.

  4. tp-link.com

    A mainstream rtl8xxxu-served product family (TL-WN823N) is officially listed by TP-Link, though marked End of Life.

  5. pixlink.en.made-in-china.com

    RTL8188GU USB Wi-Fi adapters were still being offered for sale by manufacturers in 2026, implying new-sale availability persisted through 2025.

  6. wikidevi.wi-cat.ru

    rtl8xxxu is the in-kernel mac80211 driver family for Realtek RTL8188/8192/8723-class USB chips.

codex reasoning notes (technical)

Local tree inspection via shell showed this is an in-kernel USB WLAN driver for Realtek 802.11n parts. lore_file_timeline on drivers/net/wireless/realtek/rtl8xxxu/core.c returned dense 2024-2026 activity and a 2026 lore URL, with no removal signal in the recent timeline, so this is not an obsolescent dead driver. Web search produced linux-hardware device pages showing current probe activity for rtl8xxxu-supported RTL8192EU/RTL8188GU adapters, and vendor/marketplace pages showing such adapters still sold in 2026. Official TP-Link page also shows at least one mainstream model is EOL, so deployments are best characterized as low rather than medium/high. No single upstream replacement cleanly supersedes rtl8xxxu across its broad USB device set.