drivers/net/wireless/realtek/rtlwifi/rtl8723ae

Realtek RTL8723AE PCIe 802.11n Wi-Fi adapter

A single-band 2.4 GHz 802.11n Wi-Fi chip with integrated Bluetooth that Realtek shipped on Mini PCIe cards built into budget and mid-range laptops in the 2011–2013 era, including a number of Dell OEM models. It was a common low-cost wireless option in early-2010s notebooks but has long since been superseded by 802.11ac and Wi-Fi 6 parts.

keep-annotate conf=0.79 last_sold=2013 deploy=low replacement=none subsystem=net category=networking-wireless
79%

recommendation

Worth keeping but flagging as legacy hardware. The chip stopped appearing in new laptops around 2013, yet the code still sees real upstream maintenance — Realtek engineers touched rtlwifi as recently as 2024, and a tree-wide cleanup patch hit this driver in 2025 — so removing it now would strand the laptops still running it without any upside. An annotation noting it covers early-2010s notebook Wi-Fi would help future triage.

repository signals

27 files
14,043 source lines
18 commits, 5y
+62 / −109 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 15/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 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 · +1 −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 −39 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +1 −6 2023-10: 2 commits · +10 −15 2023-11: 1 commit · +0 −3 2023-12: 1 commit · +3 −3 2024-01: 1 commit · +1 −5 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: 1 commit · +2 −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: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 1 commit · +3 −3 2025-07: 1 commit · +3 −12 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 saw upstream maintenance in 2025 via a rtlwifi-wide constification patch touching rtl8723ae.

  2. lore.kernel.org

    Realtek-maintainer traffic touched rtlwifi in 2024, indicating the subsystem is still maintained rather than abandoned.

  3. cateee.net

    CONFIG_RTL8723AE remains present through current kernel series and identifies RTL8723AE as a PCIe 802.11n device supported by module rtl8723ae.

  4. dell.com

    Dell's OEM RTL8723AE driver package is from October 18, 2013, which points to an early-2010s laptop/OEM lifecycle rather than current new-device sales.

  5. deviwiki.com

    Device examples and FCC dates cluster around 2011-2012, consistent with legacy laptop-era hardware still potentially deployed but not newly mainstream.

codex reasoning notes (technical)

Real driver directory with module_pci_driver in local source (`exec_command` rg). Lore evidence came from `lore_activity` on rtl8723ae/sw.c; it shows recent 2024-2025 maintenance but no removal signal, and my removal-search attempts via `lore_regex` timed out rather than finding a removal thread. Deployment evidence came from `web.search_query`: LKDDb shows current kernel support, Dell OEM page dates the product generation to 2013, and DeviWiki lists 2011-2012-era hardware. Conclusion: legacy hardware with low present-day deployments, but ongoing upstream bugfix/cleanup activity means deprecate/remove would be premature; keep it, but annotate as old hardware.