drivers/net/wwan/t7xx

MediaTek T700/T7xx PCIe 5G WWAN modems

A PCIe-attached 5G cellular modem chipset family from MediaTek, sold as the T700/T7xx and integrated into commercial M.2 modem modules such as Fibocom's FM350. These modules are used for built-in mobile broadband in laptops, IoT gateways, and similar devices from roughly 2022 onward.

keep conf=0.85 deploy=low replacement=none subsystem=net category=networking-wireless
85%

recommendation

It should stay in the kernel because the hardware still ships in current commercial 5G modules — notably Fibocom's FM350, which is built on the MediaTek T700 platform — and the driver continues to receive upstream commits, with around 57 substantive changes over five years and edits as recent as early 2026. No alternative in-tree driver covers the same silicon, so removing it would strand working 5G modems used in laptops and embedded devices.

repository signals

32 files
12,029 source lines
59 commits, 5y
+14,194 / −2,144 lines added / removed, 5y
35 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 59 total · active in 25/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: 0 commits · +0 −0 2022-05: 15 commits · +11,204 −45 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 5 commits · +1,635 −1,635 2022-09: 1 commit · +1 −1 2022-10: 2 commits · +156 −9 2022-11: 3 commits · +164 −167 2022-12: 0 commits · +0 −0 2023-01: 2 commits · +47 −11 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +19 −19 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +29 −8 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +116 −31 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +4 −3 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 4 commits · +508 −95 2024-03: 1 commit · +11 −10 2024-04: 1 commit · +17 −5 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −0 2024-08: 1 commit · +105 −43 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 3 commits · +112 −15 2024-12: 2 commits · +36 −18 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +1 −1 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +6 −5 2025-06: 1 commit · +1 −1 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +2 −1 2025-10: 2 commits · +1 −7 2025-11: 1 commit · +1 −3 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +7 −2 2026-02: 2 commits · +10 −9 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    `CONFIG_MTK_T7XX` is the in-tree driver option for a "MediaTek PCIe 5G WWAN modem T7xx device", confirming the directory targets real T7xx hardware.

  2. git.kernel.org

    The `drivers/net/wwan/t7xx` directory has ongoing upstream history rather than abandonment, consistent with the provided recent substantive touches into 2026 and no evident removal trajectory.

  3. fibocom.com

    Fibocom's FM350 module is based on the MediaTek T700 chipset platform, tying this driver to shipping commercial modules rather than a one-off prototype.

  4. fibocom.com

    Fibocom still exposes FM350 documentation/download entries, supporting that T700-based modules remain supported in the market timeframe around 2025.

  5. mediatek.com

    MediaTek positions T800 as a later 5G modem platform for similar device classes, implying T700/T7xx is older-generation silicon but not itself replaced by another Linux driver for the same hardware.

codex reasoning notes (technical)

Local shell inspection (`rg` in the kernel tree) identified this as the MediaTek PCIe 5G WWAN modem driver (`MODULE_DESCRIPTION` in `t7xx_pci.c` and `CONFIG_MTK_T7XX` in `drivers/net/wwan/Kconfig`). Canonical-recall kernel.org tree/log URLs were cited for identity and ongoing upstream activity because the provided static history already shows 57 substantive commits in 5 years and a latest touch on 2026-01-25, which argues strongly against deprecation. Web search obtained the Fibocom and MediaTek URLs: Fibocom ties T700 to the FM350 commercial module and still publishes FM350 support artifacts, which indicates continued low-volume real-world deployment rather than dead legacy stock. No natural replacement driver exists for the same hardware; newer MediaTek modem families would use different support paths, not replace `t7xx` for T700 devices.