drivers/staging/rtl8723bs/os_dep

Realtek RTL8723BS SDIO Wi-Fi and Bluetooth combo chip

A low-cost single-chip 802.11n Wi-Fi plus Bluetooth combo radio that connects over the SDIO bus, used heavily in early-2010s budget Atom and ARM tablets, single-board computers, and mini-PCs. It still appears on hardware shipping today, including the ASUS Tinker Board and the original Intel Compute Stick, and replacement modules are still sold new.

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

recommendation

Worth keeping but flagging as a long-term staging resident, because the hardware is still present in shipping single-board computers like the ASUS Tinker Board and modules are still sold new in 2025, and there is no in-tree mainline driver that covers this specific SDIO chip. Maintenance is clearly alive: a 16-patch cleanup series landed in September 2025 and tree activity continued into 2026. Until a proper mainline replacement appears, removing it would strand real users.

repository signals

7 files
5,529 source lines
178 commits, 5y
+984 / −6,391 lines added / removed, 5y
63 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 178 total · active in 40/61 months
2021 2022 2023 2024 2025 2026 2021-04: 17 commits · +84 −132 2021-05: 2 commits · +0 −32 2021-06: 11 commits · +21 −37 2021-07: 12 commits · +239 −212 2021-08: 11 commits · +76 −3,252 2021-09: 4 commits · +2 −18 2021-10: 2 commits · +3 −3 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +1 −1 2022-01: 2 commits · +33 −71 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +1 −1 2022-04: 1 commit · +3 −1 2022-05: 1 commit · +65 −158 2022-06: 3 commits · +7 −5 2022-07: 1 commit · +7 −6 2022-08: 0 commits · +0 −0 2022-09: 8 commits · +94 −144 2022-10: 1 commit · +1 −1 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +35 −30 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 3 commits · +8 −54 2023-07: 13 commits · +149 −186 2023-08: 2 commits · +2 −3 2023-09: 1 commit · +1 −1 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −2 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +3 −4 2024-05: 0 commits · +0 −0 2024-06: 3 commits · +0 −17 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +1 −2 2024-09: 2 commits · +1 −12 2024-10: 4 commits · +7 −69 2024-11: 1 commit · +2 −1 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +0 −1,287 2025-02: 1 commit · +0 −2 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +6 −6 2025-05: 2 commits · +7 −10 2025-06: 7 commits · +21 −40 2025-07: 7 commits · +3 −10 2025-08: 19 commits · +0 −412 2025-09: 1 commit · +2 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +2 −1 2025-12: 3 commits · +2 −13 2026-01: 16 commits · +64 −89 2026-02: 7 commits · +30 −66 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lkml.org

    A 16-patch rtl8723bs cleanup series was posted in September 2025, indicating ongoing upstream maintenance rather than abandonment or imminent removal.

  2. cateee.net

    CONFIG_RTL8723BS remains present through 7.0-rc+HEAD and LKDDb lists real hardware users such as the 1st gen Intel Compute Stick and CHIP.

  3. tinker-board.asus.com

    ASUS documentation states the original Tinker Board uses an AW-NB177NF module containing a Realtek RTL8723BS IC.

  4. asus.com

    ASUS still has a current Tinker Board product page online, supporting the view that at least some RTL8723BS-based boards remain in active circulation.

  5. ebay.com

    A 2025 listing shows new RTL8723BS SDIO Wi-Fi/Bluetooth modules still being sold, suggesting ongoing small-volume replacement/embedded demand rather than full market extinction.

codex reasoning notes (technical)

Local shell inspection confirmed this is real driver code in os_dep with module_init in sdio_intf.c. Local `git log` showed sustained substantive touches into 2026-02, so this is not dormant. URLs were obtained via web search: LKML patch series (turn3search6), LKDDb entry (turn3search0), ASUS RTL8723BS FAQ/doc page (turn2search0), ASUS current product page (turn2search2), and a 2025 new-module sales listing (turn1search0). I found no concrete removal/deprecation thread in the limited lore web search budget; combined with active cleanup traffic, that argues for keep-annotate rather than deprecate/remove. Deployment appears low today: legacy Atom/ARM tablets/SBCs and replacement/embedded niches, with no clear in-tree successor covering this exact SDIO chipset.