drivers/net/wwan

WWAN cellular modem subsystem (Qualcomm, Intel IOSM, MediaTek T7xx)

Linux's framework and drivers for cellular wireless wide-area network modems, covering 4G/LTE and 5G M.2 and PCIe modules from Qualcomm (via MHI, RPMSG, and BAM transports), Intel (IOSM), and MediaTek (T7xx). It is what laptops, routers, and embedded devices use to talk to built-in cellular modems for mobile broadband.

keep conf=0.94 last_sold=2025 deploy=medium replacement=none subsystem=net category=networking-other
94%

recommendation

It should stay because this is an actively developed framework, not a single legacy driver. New feature work was still landing in late 2025 and early 2026, and the cellular M.2 modems it supports (such as Quectel's 5G RM520N modules built on Qualcomm silicon) are still being sold for new laptops, routers, and embedded gear in 2025.

repository signals

81 files
28,135 source lines
248 commits, 5y
+32,915 / −5,467 lines added / removed, 5y
85 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 248 total · active in 49/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +2 −0 2021-05: 2 commits · +40 −9 2021-06: 44 commits · +10,232 −185 2021-07: 8 commits · +24 −45 2021-08: 16 commits · +716 −41 2021-09: 14 commits · +4,250 −2,248 2021-10: 1 commit · +69 −98 2021-11: 4 commits · +1,220 −17 2021-12: 14 commits · +185 −142 2022-01: 2 commits · +2 −5 2022-02: 3 commits · +1,074 −80 2022-03: 1 commit · +1 −1 2022-04: 1 commit · +17 −5 2022-05: 17 commits · +11,220 −59 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 6 commits · +1,637 −1,636 2022-09: 5 commits · +8 −7 2022-10: 7 commits · +171 −18 2022-11: 15 commits · +215 −221 2022-12: 1 commit · +1 −0 2023-01: 2 commits · +47 −11 2023-02: 0 commits · +0 −0 2023-03: 4 commits · +77 −39 2023-04: 3 commits · +6 −1 2023-05: 6 commits · +62 −39 2023-06: 2 commits · +72 −14 2023-07: 1 commit · +116 −31 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +3 −2 2023-10: 6 commits · +18 −78 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +2 −4 2024-01: 0 commits · +0 −0 2024-02: 6 commits · +513 −96 2024-03: 4 commits · +34 −34 2024-04: 2 commits · +19 −6 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +1 −1 2024-07: 2 commits · +17 −2 2024-08: 1 commit · +105 −43 2024-09: 1 commit · +8 −3 2024-10: 3 commits · +3 −3 2024-11: 4 commits · +120 −15 2024-12: 3 commits · +37 −19 2025-01: 1 commit · +55 −1 2025-02: 6 commits · +25 −21 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +6 −5 2025-06: 2 commits · +5 −9 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 1 commit · +3 −2 2025-10: 2 commits · +1 −9 2025-11: 4 commits · +13 −13 2025-12: 1 commit · +6 −0 2026-01: 11 commits · +413 −103 2026-02: 3 commits · +43 −45 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory is an active WWAN subsystem containing core support plus Qualcomm, Intel IOSM, and MediaTek T7xx modem drivers, not a single obsolete driver.

  2. lore.kernel.org

    WWAN core saw new feature work in 2026 ('add NMEA port support'), indicating ongoing upstream development rather than retirement.

  3. lore.kernel.org

    Older Qualcomm-related WWAN code still receives maintenance cleanups in 2025, with no evidence here of removal planning.

  4. quectel.com

    New M.2 5G WWAN modules based on Qualcomm platforms were still marketed recently for Linux/PCIe deployments, so the covered use case remains live in new hardware.

codex reasoning notes (technical)

`drivers/net/wwan` is a live subsystem directory, not a dead leaf: local tree inspection showed core code plus multiple active vendor drivers and subdirs. `git.kernel.org` URL is canonical recall for the in-tree Kconfig. The two lore URLs were obtained via `lore_activity` on `drivers/net/wwan/wwan_core.c` and `drivers/net/wwan/qcom_bam_dmux.c`; they show feature work in 2026 and maintenance in 2025, with no removal/deprecation signal. The Quectel URL was obtained via web search and supports that WWAN M.2 modem hardware for this stack is still sold for new deployments. Because the directory is both framework and current drivers, there is no single upstream replacement; recommendation is to keep.