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.
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
sources
- lore.kernel.org
The driver still receives upstream maintenance in 2025; rtl8192ee/sw.c was touched by a linux-wireless patch in May 2025.
- lore.kernel.org
The directory saw substantive linux-wireless refactoring work in 2023, indicating it is not abandoned.
- cateee.net
LKDDb maps CONFIG_RTL8192EE to PCI ID 10ec:818b and shows the driver remains present in current kernel series.
- 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.
- 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.