drivers/net/wireless/realtek/rtlwifi/rtl8192ee

Realtek RTL8192EE PCIe 802.11n Wi-Fi adapters

A single-band 2.4 GHz 802.11n PCIe Wi-Fi chipset Realtek shipped in the mid-2010s, used in inexpensive desktop add-in cards and built into budget OEM desktops and laptops such as some Lenovo ThinkCentre models. It was a common low-cost client adapter through roughly 2018 but has long since been displaced by 802.11ac and Wi-Fi 6 parts.

keep-annotate conf=0.77 last_sold=2018 deploy=low replacement=none subsystem=net category=networking-wireless
77%

recommendation

Worth keeping but flagging as legacy because the RTL8192EE is an 802.11n-only PCIe Wi-Fi chip from the 2013-2018 era, found in budget add-in cards like the TP-LINK TL-WN881ND v2 and in older Lenovo ThinkCentre machines. The code is still being maintained upstream — a linux-wireless cleanup patch landed as recently as May 2025 and a larger refactor went through in 2023 — so users with surviving hardware are well served, even though no new devices ship with this chipset.

repository signals

22 files
14,275 source lines
17 commits, 5y
+51 / −113 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17 total · active in 12/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: 1 commit · +1 −1 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: 2 commits · +10 −10 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: 1 commit · +0 −8 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: 1 commit · +17 −37 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 5 commits · +12 −28 2023-11: 1 commit · +0 −3 2023-12: 1 commit · +4 −12 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: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −1 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: 1 commit · +0 −5 2025-05: 1 commit · +1 −1 2025-06: 1 commit · +4 −3 2025-07: 1 commit · +1 −4 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: 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 upstream maintenance in 2025; rtl8192ee/sw.c was touched by a linux-wireless patch in May 2025.

  2. lore.kernel.org

    The directory saw substantive linux-wireless refactoring work in 2023, indicating it is not abandoned.

  3. cateee.net

    LKDDb maps CONFIG_RTL8192EE to PCI ID 10ec:818b and shows the driver remains present in current kernel series.

  4. deviwiki.com

    Known RTL8192EE products are older 802.11n-era devices such as TP-LINK TL-WN881ND v2.x and Rosewill RNX-N250PCEv2, with dated hardware references from the 2013-2018 period.

  5. support.lenovo.com

    Lenovo still hosts Windows support for RTL8192EE/RTL8723BE on older ThinkCentre systems, suggesting legacy installed-base usage rather than current-platform design wins.

codex reasoning notes (technical)

Kernel inspection via shell showed this is a real PCI mac80211 driver for Realtek PCI ID 10ec:818b and 802.11n only. lore_file_timeline on rtl8192ee/sw.c returned 12 touches in the last 5 years, including 2025 linux-wireless activity, so there is ongoing maintenance and no evidence here of an active removal push. A lore_regex removal query timed out and a lei query was blocked by the sandbox, so absence of removal discussion is inferred from the successful lore timeline plus current tree presence, not from exhaustive thread search. Web search surfaced LKDDb, DeviWiki, and Lenovo support pages; those point to old 802.11n client hardware and legacy OEM systems, not active 2025 retail deployment. Conclusion: keep the driver but annotate as legacy/low-deployment rather than deprecate or remove.