drivers/net/wireless/rsi

Redpine Signals / Silicon Labs RS9113 and RS9116 Wi-Fi and Bluetooth chipsets

A family of low-power 802.11n Wi-Fi and Bluetooth combo chips originally designed by Redpine Signals (acquired by Silicon Labs in 2020), commonly found in embedded and industrial IoT devices over SDIO and USB. The RS9116 in particular is widely used in gateways, medical devices, and battery-powered industrial gear that need a Linux host driver for hosted-mode Wi-Fi.

keep conf=0.88 deploy=medium replacement=none subsystem=net category=networking-wireless
88%

recommendation

It should stay in the kernel because Silicon Labs still actively sells the RS9116 with production guaranteed through at least December 2032, and the driver is receiving real bug fixes upstream as recently as April 2026, including security fixes for SDIO RX-path issues and malformed-firmware handling. No other kernel driver covers this vendor's firmware interface, so users of these embedded radios depend on it.

repository signals

24 files
12,128 source lines
56 commits, 5y
+276 / −309 lines added / removed, 5y
31 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 56 total · active in 28/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 3 commits · +21 −4 2021-06: 1 commit · +2 −7 2021-07: 0 commits · +0 −0 2021-08: 6 commits · +77 −71 2021-09: 1 commit · +13 −8 2021-10: 4 commits · +15 −3 2021-11: 1 commit · +4 −4 2021-12: 1 commit · +3 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +10 −10 2022-05: 2 commits · +20 −26 2022-06: 2 commits · +3 −2 2022-07: 2 commits · +1 −3 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +1 −0 2022-10: 1 commit · +1 −0 2022-11: 1 commit · +8 −2 2022-12: 1 commit · +1 −0 2023-01: 1 commit · +3 −3 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +3 −4 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +2 −7 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 9 commits · +40 −60 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 3 commits · +12 −8 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +1 −30 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +2 −1 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +0 −1 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: 1 commit · +5 −5 2025-05: 1 commit · +2 −2 2025-06: 1 commit · +8 −1 2025-07: 0 commits · +0 −0 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: 3 commits · +3 −32 2026-02: 3 commits · +15 −15 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream activity is current in 2026; the driver received a v3 bug-fix patch for an SDIO RX-path OOB read on 2026-04-21.

  2. lore.kernel.org

    The driver is still getting non-mechanical fixes in 2026, including a fix for an infinite loop triggered by malformed firmware packets.

  3. silabs.com

    Silicon Labs still marketed RS9116 parts and states full production of RS9116W-SB00-QMS is expected until at least December 2032, so hardware was still sold new in 2025.

  4. silabs.com

    Silicon Labs lists RS9116 hosted-mode Wi-Fi/Bluetooth SoCs with Linux host-driver support, indicating continuing embedded/industrial deployment relevance.

  5. git.kernel.org

    Kernel Kconfig identifies this directory as the Redpine Signals 91x WLAN driver family.

codex reasoning notes (technical)

Local `exec_command` on the tree showed Redpine/Silabs RSI 91x support and RS9113/RS9116 identifiers in Kconfig/headers. `lore_activity` on `drivers/net/wireless/rsi/rsi_91x_main.c` returned multiple April 2026 bug-fix patches with lore URLs, which is strong evidence against deprecation/removal. `lore_file_timeline` on the directory returned no hits, likely a directory-path coverage blind spot rather than inactivity. Web search returned official Silicon Labs RS9116 product pages showing ongoing sale/lifecycle through at least December 2032. No natural upstream replacement driver covers the same vendor-specific firmware interface, so the correct disposition is keep.