drivers/net/wireless/silabs/wfx

Silicon Labs WF200/WFM200 Wi-Fi transceivers

A family of low-power 802.11b/g/n Wi-Fi transceiver chips and modules from Silicon Labs (WF200, WFM200, and the WGM160P module) that connect to a host processor over SPI or SDIO. They are aimed at industrial and embedded designs — smart meters, building automation, medical devices — rather than PCs or phones, and have been shipping since around 2018.

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

recommendation

It should stay because the hardware is still sold new in 2025-2026 (DigiKey lists the WF200SD as active and in stock), Silicon Labs continues to publish current documentation tying its FMAC driver to the WF200, WFM200, and WGM160P parts, and the kernel code itself received a substantive maintenance change in wireless-next as recently as November 2025. Deployment is niche — aimed at industrial and embedded designs rather than consumer laptops — but the family is clearly still alive upstream and in the supply chain.

repository signals

38 files
8,471 source lines
45 commits, 5y
+8,758 / −249 lines added / removed, 5y
24 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 45 total · active in 23/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: 1 commit · +8,164 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 5 commits · +105 −62 2022-06: 6 commits · +23 −18 2022-07: 1 commit · +4 −4 2022-08: 1 commit · +1 −1 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +1 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +3 −7 2023-03: 1 commit · +1 −1 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 1 commit · +3 −4 2023-09: 0 commits · +0 −0 2023-10: 9 commits · +248 −110 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +25 −17 2024-01: 1 commit · +2 −2 2024-02: 1 commit · +10 −5 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +0 −1 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +2 −2 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +4 −1 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +15 −2 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: 5 commits · +138 −4 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +4 −4 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: 1 commit · +1 −1 2025-12: 1 commit · +1 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. kernel.googlesource.com

    Wireless-next carried a wfx-specific change committed on 2025-11-20 ('wifi: wfx: add WQ_PERCPU to alloc_workqueue users'), showing recent upstream maintenance.

  2. lore.kernel.org

    Lore link referenced from the 2025 wireless-next wfx commit; supports that the driver is still part of active upstream discussion rather than removal.

  3. docs.silabs.com

    Silicon Labs still publishes current WF200/WFM200 documentation and explicitly ties the Wi-Fi FMAC driver to WF200, WFM200, and WGM160P devices.

  4. digikey.com

    WF200SD was listed by DigiKey in 2026 as Part Status 'Active' with stock, indicating ongoing new-hardware availability.

  5. digikey.com

    Some WF200 variants are marked 'Not For New Designs', suggesting the family is niche/maturing rather than broadly growing.

codex reasoning notes (technical)

Local inspection via `rg` confirmed this is a real Linux mac80211 driver with SDIO/SPI buses and MODULE_DESCRIPTION for WF200. Upstream activity was checked first with local `git log` plus web-opened wireless-next commit pages; the most recent substantive wfx touch is in late 2025, and I found no web-search evidence of an active lore removal series. Deployment evidence came from web search results: Silicon Labs still documents the family, and DigiKey still lists at least one WF200 SKU as Active/in stock in 2026, though other SKUs are NFND. That points to continued but specialized industrial/embedded use, so keep rather than deprecate/remove.