drivers/net/wireless/ti/wl18xx

Texas Instruments WiLink 8 (WL18xx) Wi-Fi chipsets

Texas Instruments WiLink 8 family of single-chip 802.11n Wi-Fi (and combo Wi-Fi/Bluetooth) modules, such as the WL1835MOD and WL1837MOD, commonly soldered onto industrial gateways, point-of-sale terminals, medical devices, and embedded ARM boards from the mid-2010s onward.

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

recommendation

It should stay because the hardware is still sold new by TI in 2025 (the WL1837MOD module is listed as active and orderable), OpenWrt still ships matching firmware for real-world deployments, and the code itself received substantive upstream patches as recently as late 2024. Volume is low and the silicon is aging 802.11n, but no other in-tree driver covers these chips, so removal would strand existing embedded products.

repository signals

20 files
5,571 source lines
13 commits, 5y
+200 / −77 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 13 total · active in 10/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: 1 commit · +6 −12 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: 1 commit · +4 −4 2022-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +1 −1 2023-10: 1 commit · +1 −4 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 3 commits · +140 −6 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +2 −2 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: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −3 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +44 −44 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream wl18xx saw substantive linux-wireless work in 2024, including firmware-status support, so the driver is not abandoned.

  2. lore.kernel.org

    wl18xx was still being mechanically updated with core driver-API changes in late 2024, indicating it remains part of maintained code paths rather than a removal target.

  3. ti.com

    TI lists WL1837MOD (WiLink 8) as ACTIVE and orderable, showing wl18xx-class hardware was still sold new in 2025.

  4. ti.com

    TI's part-detail page shows active commercial availability for a WL1837MOD orderable part.

  5. openwrt.org

    OpenWrt publishes a wl18xx firmware package, which is evidence of ongoing real-world embedded deployments.

codex reasoning notes (technical)

`drivers/net/wireless/ti/wl18xx` is a real kernel driver directory; local Kconfig identifies it as TI WiLink 8 support. I used `lore_file_timeline` on `drivers/net/wireless/ti/wl18xx/main.c`, which showed 2022-2024 activity including a substantive 2024 wl18xx feature patch and no removal-thread evidence in the returned history. I attempted `lore_regex` and `lei` for removal/deprecation discussion; `lore_regex` timed out and `lei` could not start in the sandbox, so I did not rely on them. I used web search to obtain the TI product and part-detail URLs showing WL1837MOD marked ACTIVE/orderable, plus the OpenWrt package URL showing wl18xx firmware still shipped. Net: aging 802.11n embedded hardware with low-volume industrial use, but still sold and still seeing upstream maintenance; no natural in-tree replacement driver covers the same chips.