drivers/staging/rtl8723bs/hal

Realtek RTL8723BS SDIO Wi-Fi and Bluetooth combo chip

A low-cost single-chip 802.11n Wi-Fi and Bluetooth 4.0 combo radio that connects over SDIO, widely used from the mid-2010s onward in cheap Windows tablets, Intel Bay Trail / Cherry Trail mini-PCs, single-board computers, and various embedded and industrial modules. It is still offered today, but mostly for legacy-style designs rather than new mainstream products.

keep-annotate conf=0.84 last_sold=2025 deploy=low replacement=none subsystem=staging category=networking-wireless
84%

recommendation

Worth keeping but worth labelling as a legacy staging driver, because the RTL8723BS is still the only in-tree option for a chip that ships in many older tablets and SBCs and is even still sold by distributors and module vendors in 2025-2026. Upstream activity through 2025 has been bug fixes and cleanups rather than any move to remove it, and no replacement driver covers this SDIO part, so pulling it would strand real users despite the modest install base.

repository signals

55 files
26,981 source lines
318 commits, 5y
+1,860 / −10,524 lines added / removed, 5y
55 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 318 total · active in 38/61 months
2021 2022 2023 2024 2025 2026 2021-04: 55 commits · +57 −3,041 2021-05: 15 commits · +171 −232 2021-06: 16 commits · +514 −1,797 2021-07: 11 commits · +46 −1,066 2021-08: 21 commits · +467 −1,278 2021-09: 3 commits · +2 −4 2021-10: 3 commits · +2 −14 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +0 −5 2022-01: 2 commits · +6 −2 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +2 −0 2022-04: 2 commits · +6 −28 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 5 commits · +0 −227 2022-09: 5 commits · +0 −133 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +14 −24 2022-12: 1 commit · +7 −7 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 6 commits · +0 −117 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +4 −1 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +4 −4 2023-09: 1 commit · +3 −3 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +2 −12 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +2 −2 2024-06: 1 commit · +2 −2 2024-07: 3 commits · +6 −412 2024-08: 0 commits · +0 −0 2024-09: 11 commits · +21 −145 2024-10: 17 commits · +30 −79 2024-11: 41 commits · +36 −547 2024-12: 2 commits · +0 −59 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +3 −0 2025-03: 0 commits · +0 −0 2025-04: 8 commits · +86 −137 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +0 −14 2025-07: 20 commits · +15 −196 2025-08: 15 commits · +85 −344 2025-09: 6 commits · +4 −263 2025-10: 2 commits · +18 −21 2025-11: 1 commit · +5 −8 2025-12: 6 commits · +23 −24 2026-01: 21 commits · +179 −231 2026-02: 8 commits · +38 −45 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream tree still shows active rtl8723bs maintenance in 2025-2026; recent work is bug-fix and cleanup oriented rather than removal-oriented.

  2. cateee.net

    CONFIG_RTL8723BS remains present through 7.0-rc+HEAD, builds module r8723bs, and matches Realtek RTL8723BS SDIO IDs including 024c:b723.

  3. jotrin.com

    RTL8723BS chips were still being offered by distributors in 2025/2026, indicating some new-parts availability.

  4. wandisplay.com

    A vendor was still listing an RTL8723BS-based SDIO Wi-Fi/Bluetooth module in 2026, suggesting continuing embedded/industrial niche deployments.

  5. deviwiki.com

    The chipset is associated with older embedded designs such as SDIO combo modules and first-generation low-cost x86/ARM devices, supporting a legacy-but-still-deployed profile.

codex reasoning notes (technical)

`hal/` is not a standalone module entrypoint, but it is substantive hardware-specific code inside the rtl8723bs driver, so treated as the driver's HAL slice rather than filtered as not-a-driver. Activity evidence came from local shell inspection (`git -c safe.directory=... log --since=2023-01-01 -- drivers/staging/rtl8723bs`), which showed many 2025-2026 fixes/cleanups and no obvious removal series; the kernel.org log URL was added by canonical recall to anchor that claim. LKDDb URL was obtained via web search and confirms the driver is still in current kernel series. Jotrin and Wandisplay URLs were obtained via web search and used only as market signals that RTL8723BS silicon/modules were still commercially listed in 2025/2026. DeviWiki URL was obtained via web search and supports the conclusion that present-day use is mostly legacy embedded/tablet/SBC niches. Because upstream attention is active and there is no clear in-tree replacement covering RTL8723BS SDIO specifically, removal is not justified; annotate as legacy/staging hardware with low modern deployment.