drivers/net/wireless/realtek/rtlwifi/rtl8821ae

Realtek RTL8821AE and RTL8812AE 802.11ac PCIe Wi-Fi adapters

Single-chip 802.11ac (plus legacy a/b/g/n) Wi-Fi controllers with integrated Bluetooth 4.0 that Realtek shipped on PCIe mini-cards and M.2 modules for consumer laptops and notebooks during the mid-2010s. These parts were extremely common in budget and mid-range Lenovo, HP, and Asus machines and remain in service on many of those laptops today.

keep-annotate conf=0.80 last_sold=2019 deploy=low replacement=none subsystem=net category=networking-wireless
80%

recommendation

Worth keeping but flagging as legacy because the chipset is no longer sold but still ships in plenty of mid-2010s laptops that show up in current Linux installs, including Ubuntu 24.04 on Lenovo machines. Realtek and community contributors are still sending small cleanup and firmware-declaration patches as recently as 2024 and into 2026, so the code is being maintained rather than removed; the right move is to leave it in place while documenting that it serves an aging installed base.

repository signals

22 files
24,800 source lines
28 commits, 5y
+163 / −263 lines added / removed, 5y
17 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 28 total · active in 16/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 · +3 −3 2022-04: 2 commits · +18 −18 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: 2 commits · +25 −33 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 · +30 −54 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +0 −5 2023-10: 2 commits · +4 −8 2023-11: 8 commits · +48 −99 2023-12: 1 commit · +4 −11 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: 1 commit · +3 −0 2024-11: 1 commit · +3 −1 2024-12: 1 commit · +2 −2 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: 2 commits · +9 −7 2025-07: 2 commits · +12 −15 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

    As of April 7, 2026 the driver still receives upstream cleanup patches specific to rtl8821ae, indicating maintenance rather than removal.

  2. lore.kernel.org

    A Realtek maintainer touched rtlwifi in October 2024 to declare firmware usage, showing recent subsystem attention.

  3. linux-hardware.org

    linux-hardware shows RTL8821AE appearing in recent Linux probes, including Ubuntu 24.04 on Lenovo laptops, so there are still fielded legacy deployments.

  4. everythingrf.com

    The part is an older 802.11ac/abgn PCIe WLAN plus Bluetooth 4.0 controller for PC/notebook use, consistent with a mid-2010s laptop chipset rather than current designs.

codex reasoning notes (technical)

`lore_activity` on rtl8821ae/hw.c and sw.c showed 2024-2026 traffic, including dead-code and firmware-declaration cleanups, but no driver-removal series; one attempted `lore_regex` removal search timed out and was not retried. `web.search_query` found linux-hardware evidence of ongoing legacy laptop use and an everythingRF product page describing the chipset generation/application. Conclusion: old consumer laptop Wi-Fi with remaining installed base and ongoing janitorial maintenance, so keep the driver but annotate it as legacy/aging rather than deprecate or remove.