drivers/net/wireless/realtek/rtlwifi/rtl8723be

Realtek RTL8723BE 802.11n PCIe Wi-Fi Adapter

A single-stream 2.4 GHz 802.11n PCIe Wi-Fi plus Bluetooth 4.0 combo chip that Realtek introduced around 2013 and that shipped in large numbers of budget laptops, especially from HP, through the mid-2010s. It predates 802.11ac and is still found in repair-channel replacement mini-PCIe cards sold today.

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

recommendation

Worth keeping but worth flagging as legacy hardware. The chipset is more than a decade old and largely confined to aging laptops, yet the driver still attracts genuine upstream maintenance, including a 2023 fix for an ASPM problem specific to RTL8723BE on certain Intel PCIe bridges and routine cleanups as recently as 2025. Replacement cards remain available as spares, so removing it would strand working hardware, but new deployments are rare.

repository signals

22 files
13,708 source lines
15 commits, 5y
+78 / −104 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 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 · +10 −10 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: 0 commits · +0 −0 2023-06: 1 commit · +17 −39 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +0 −6 2023-10: 2 commits · +2 −7 2023-11: 1 commit · +0 −3 2023-12: 1 commit · +2 −2 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +26 −19 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: 1 commit · +10 −8 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 · +1 −4 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 directory still received upstream maintenance touches in 2025, showing it is not abandoned.

  2. lore.kernel.org

    The driver saw a chipset-specific functional fix in late 2023 (ASPM quirk for RTL8723BE on some Intel bridges), indicating real bug-fix traffic rather than only dead code churn.

  3. manualmachine.com

    RTL8723BE is a highly integrated 1T1R 2.4 GHz 802.11n PCIe WLAN plus Bluetooth 4.0-era combo part, indicating an older pre-802.11ac/ax laptop chipset family.

  4. walmart.com

    Replacement RTL8723BE cards were still being sold as new retail stock in 2026, but marketed mainly as spare parts for older HP systems rather than current platforms.

codex reasoning notes (technical)

Lore evidence first: `lore_file_timeline` on rtl8723be/sw.c returned 2023-2025 activity with no removal discussion, including a 2025 constification patch and a 2023 RTL8723BE-specific ASPM fix. Local `rg` on rtlwifi Kconfig/Makefile confirmed this is a distinct PCIe 802.11n adapter driver. Web search found an old RTL8723BE datasheet and a current retail replacement-card listing; together they indicate 2013-era hardware still sold in repair channels, but no sign of meaningful new-platform deployment. Hence `keep-annotate`: legacy hardware, low current deployment, but still maintained and not under active removal.