drivers/net/wireless/realtek/rtlwifi/rtl8192du

Realtek RTL8192DU 802.11n USB Wi-Fi adapters

Dual-band 2.4/5 GHz 802.11n (Wi-Fi 4) USB dongles built around Realtek's RTL8192DU chipset, sold around 2011-2012 by vendors like Belkin and Planex. They were typical consumer USB Wi-Fi sticks of that era and a handful are still in service on modern Linux machines.

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

recommendation

Worth keeping but flagging as legacy hardware. The mainline driver was actually added quite recently, in May 2024, with follow-up USB-ID and bug fixes through late 2024, so it is fresh code rather than abandoned cruft. The chips themselves date to 2011-2012 and aren't sold new in 2025, but probe data on linux-hardware.org shows the dongles are still occasionally plugged into current kernels, justifying continued support alongside a note that the supported hardware is a decade old.

repository signals

18 files
7,383 source lines
14 commits, 5y
+7,412 / −16 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 14 total · active in 5/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: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 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: 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: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 9 commits · +7,405 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +1 −1 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +0 −1 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 · +0 −6 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 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 · +6 −8 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lwn.net

    Lore-mirrored patch series shows rtl8192du was upstreamed in May 2024, so this is a recently added mainline driver rather than abandoned legacy code.

  2. spinics.net

    Review thread for enabling rtl8192du discusses testing and limitations, indicating active upstream bring-up rather than removal planning.

  3. spinics.net

    Linux Wireless archive index includes the October 2024 rtl8192du USB-ID fix thread, showing post-merge maintenance traffic.

  4. cateee.net

    LKDDb lists CONFIG_RTL8192DU in mainline kernels 6.11 onward and identifies supported USB IDs, confirming current upstream presence.

  5. wikidevi.wi-cat.ru

    Documented RTL8192DU devices are USB 2.0 802.11n adapters from the 2011-2012 era, supporting the view that the hardware family is old.

  6. linux-hardware.org

    linux-hardware still has recent probe data for an RTL8192DU-based Belkin adapter on modern kernels, suggesting residual but limited deployment.

codex reasoning notes (technical)

Not a phase-1 early exit: local source inspection via exec_command showed a real module_usb_driver-based USB WLAN driver with many supported IDs. Upstream activity was checked first: exec_command git log showed 2024 introduction and 2024/2025 follow-up fixes; web search then surfaced lore mirrors on LWN and spinics, with no removal/deprecation thread found. Deployment evidence came from web-found LKDDb, WikiDevi, and linux-hardware pages: the chipset maps to circa-2011/2012 Wi-Fi 4 USB dongles, still seen occasionally on current systems but not plausibly a 2025 new-sales platform. That supports keeping the driver, but annotating it as legacy/low-deployment hardware.