drivers/net/wireless/realtek/rtlwifi/rtl8188ee

Realtek RTL8188EE PCIe 802.11n Wi-Fi adapter

A single-stream (1T1R) 802.11b/g/n mini-PCIe Wi-Fi card from Realtek, certified around 2014 and commonly fitted to budget HP, Lenovo, and similar laptops through the mid-2010s. It is the wireless chip many users still encounter inside older notebooks rather than anything sold in new machines today.

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

recommendation

Worth keeping but documenting as legacy because the chip stopped appearing in new designs around 2017, yet hardware probes show it still turns up in older HP and Lenovo laptops running current distributions like Linux Mint 22.1. The code is not abandoned, having received cleanup patches as recently as 2023 and 2025, and no other in-tree driver supersedes this exact part, so removing it would strand working machines. Annotating it as maintenance-only sets expectations that no major new development should be expected.

repository signals

22 files
14,147 source lines
16 commits, 5y
+60 / −92 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 16 total · active in 13/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: 2 commits · +17 −17 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: 1 commit · +5 −1 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: 1 commit · +1 −1 2023-06: 1 commit · +17 −37 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +1 −6 2023-10: 1 commit · +3 −6 2023-11: 1 commit · +0 −3 2023-12: 1 commit · +4 −10 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 · +2 −2 2025-05: 2 commits · +5 −4 2025-06: 1 commit · +3 −3 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 · +1 −1 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 touches in 2025; this cited change hit rtl8188ee as part of a rtlwifi cleanup, indicating maintenance rather than abandonment/removal.

  2. lore.kernel.org

    rtl8188ee participated in a 2023 functional rtlwifi cleanup series, showing real subsystem attention within the last few years.

  3. cateee.net

    LKDDb identifies rtl8188ee as the in-kernel driver for PCI ID 10ec:8179 and shows it remains present in current kernel series.

  4. linux-hardware.org

    Recent Linux Hardware probes still report the RTL8188EE in legacy HP notebooks, including a Mint 22.1 result, which is evidence of ongoing but legacy-era deployment.

  5. device.report

    Public certification material describes RTL8188EE as a 1T1R 802.11b/g/n mini-card with an FCC filing date in 2014, consistent with an older laptop Wi-Fi generation rather than a current design win.

codex reasoning notes (technical)

Real driver directory: Kconfig/module metadata locally confirm a PCIe RTL8188EE 802.11n adapter driver. Lore evidence was obtained via MCP `lore_file_timeline` on `rtl8188ee/sw.c`; recent hits are 2023-2025 maintenance/cleanup patches and I saw no removal-thread evidence in the returned activity, so this is not a `remove` case. Deployment evidence came from `web.search_query`: LKDDb confirms the supported PCI ID and current in-tree status; linux-hardware shows the device still appears in modern distro probes but in older HP/Lenovo-era systems, implying low residual deployment; device.report exposed 2014 certification/manual metadata showing an older 802.11n minicard generation. I infer widespread new-design availability ended around 2017, with remaining 2025 presence mostly as legacy laptop hardware. No upstream replacement driver cleanly supersedes this exact chip family, so `replacement_driver` is null; the practical action is to keep it but annotate it as legacy/maintenance-only.