drivers/net/wireless/ti/wlcore

Texas Instruments WiLink wl12xx and wl18xx Wi-Fi chipsets

Shared core code for Texas Instruments' WiLink family of Wi-Fi chips, covering the wl12xx generation and the WiLink 8 wl18xx generation used in modules like the WL1807MOD and WL1837MOD. Since the early 2010s these parts have appeared in smartphones, tablets, single-board computers such as the BeagleBone, and many industrial embedded devices needing Wi-Fi and Bluetooth.

keep conf=0.84 last_sold=2026 deploy=low replacement=none subsystem=net category=networking-wireless
84%

recommendation

It should stay in the kernel because the underlying hardware is still being sold new: TI continues to list the WL1807MOD and WL1837MOD WiLink 8 modules as active and orderable into 2025/2026, and the code is still receiving real maintenance, including stable-tree backports as recently as April 2026. Day-to-day use is now mostly in embedded and industrial gear rather than consumer laptops, but that is exactly the audience TI keeps these modules around for.

repository signals

40 files
24,171 source lines
75 commits, 5y
+598 / −708 lines added / removed, 5y
44 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 75 total · active in 35/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +2 −2 2021-05: 3 commits · +16 −18 2021-06: 4 commits · +42 −33 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +3 −6 2021-11: 1 commit · +1 −1 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +1 −3 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 11 commits · +125 −235 2022-05: 4 commits · +25 −22 2022-06: 3 commits · +6 −5 2022-07: 1 commit · +2 −2 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +2 −2 2022-10: 2 commits · +2 −1 2022-11: 1 commit · +0 −1 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +1 −2 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: 3 commits · +6 −17 2023-09: 1 commit · +3 −5 2023-10: 2 commits · +3 −6 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 4 commits · +7 −5 2024-02: 1 commit · +4 −4 2024-03: 2 commits · +3 −11 2024-04: 0 commits · +0 −0 2024-05: 6 commits · +123 −32 2024-06: 1 commit · +1 −1 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +6 −11 2024-10: 1 commit · +3 −2 2024-11: 1 commit · +1 −1 2024-12: 1 commit · +2 −2 2025-01: 1 commit · +5 −5 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +2 −2 2025-05: 2 commits · +3 −2 2025-06: 2 commits · +5 −30 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −56 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +6 −5 2026-01: 1 commit · +10 −0 2026-02: 3 commits · +176 −177 2026-03: 1 commit · +1 −1 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent wlcore fix mail on the stable lists in April 2026 shows the driver is still receiving real upstream maintenance/backports.

  2. ti.com

    TI lists WL1807MOD as ACTIVE and orderable, indicating wlcore-supported hardware was still sold new in 2025/2026.

  3. ti.com

    TI lists WL1837MOD as ACTIVE and orderable; this is a current industrial WiLink 8 module with Linux support, supporting continued embedded deployments.

codex reasoning notes (technical)

Local shell inspection of wlcore/Kconfig identified this as the common TI WLAN core for multiple chip families; in-tree references show wl12xx and wl18xx integration. lore_file_timeline on drivers/net/wireless/ti/wlcore/main.c showed activity from 2021-05-19 through 2026-04-18 with many touches, and yielded the cited stable patch URL (tool: lore_file_timeline). TI WL1807MOD/WL1837MOD product pages were obtained via web.search_query and both show ACTIVE/orderable status, so the hardware is not purely legacy. Removal-discussion checking was attempted with lore_regex (timed out) and lei (sandbox daemon socket blocked), so the recommendation leans primarily on strong maintenance plus active product evidence; current deployments look embedded/industrial rather than mass-market, hence low rather than medium/high.