drivers/net/wireless/realtek/rtlwifi/rtl8192ce

Realtek RTL8192CE/RTL8188CE PCIe 802.11n Wi-Fi adapters

A family of early-2010s Realtek single-band 802.11n Wi-Fi chipsets sold on Mini PCIe cards inside laptops and on low-cost desktop PCIe add-in cards. The RTL8192CE and its single-stream sibling RTL8188CE were extremely common in budget consumer hardware around 2010-2014, and cheap PCIe cards built on the chipset are still occasionally sold new today.

keep-annotate conf=0.73 last_sold=2014 deploy=low replacement=none subsystem=net category=networking-wireless
73%

recommendation

Worth keeping but documenting as legacy hardware. The chipset dates to 2010 and most installed devices are aging out, yet upstream developers were still landing fixes and cleanups against this code in 2025, and budget PCIe cards using the chipset remain available new at retail. That combination — active maintenance plus a long tail of real users — argues for leaving it in place rather than deprecating it.

repository signals

18 files
8,724 source lines
15 commits, 5y
+66 / −138 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 14/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: 1 commit · +1 −31 2022-04: 2 commits · +16 −16 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: 1 commit · +17 −8 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 2023-06: 1 commit · +17 −38 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +0 −5 2023-10: 1 commit · +3 −7 2023-11: 1 commit · +0 −3 2023-12: 1 commit · +3 −4 2024-01: 1 commit · +0 −4 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: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 1 commit · +3 −3 2025-07: 1 commit · +3 −16 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 received upstream fixes in 2025, e.g. a stack-size warning fix touching rtl8192ce code.

  2. lore.kernel.org

    The driver also saw 2025 cleanup work across rtlwifi code including rtl8192ce files, indicating it is maintained rather than abandoned.

  3. cateee.net

    LKDDb shows CONFIG_RTL8192CE remains present through current kernel series and covers Realtek RTL8192CE/RTL8188CE PCIe 802.11n adapters.

  4. manualslib.com

    The RTL8192CE user manual is dated 11 February 2010, anchoring the chipset generation as early 2010-era 802.11n Mini PCIe hardware.

  5. newegg.com

    A retail adapter using chipset RTL8192CE was still listed for sale new on Newegg, so new-in-box niche availability persisted into the mid-2020s.

codex reasoning notes (technical)

Real driver directory with module-bearing C sources. Lore evidence came from mcp__lore_http__.lore_file_timeline on rtl8192ce/hw.c, which returned 2023-2025 patch traffic and no removal-themed subjects in the sampled history; cited lore URLs were taken directly from that tool output. Hardware/deployment evidence came from web search results: LKDDb for kernel support scope, ManualsLib for the 2010-era product manual, and Newegg for current niche retail availability. Conclusion: old consumer Wi-Fi hardware with low modern deployment, but still seeing upstream fixes and occasional new-stock listings, so keep the driver but annotate it as legacy rather than deprecate/remove.