drivers/net/wireless/mediatek/mt76/mt7603

MediaTek MT7603E and MT7628/MT7688 Wi-Fi 4 chipsets

A 2.4 GHz, 2x2, 300 Mbps 802.11n (Wi-Fi 4) MediaTek radio used either as a PCIe card (MT7603E) or as the built-in WLAN of the MT7628/MT7688 router-on-a-chip SoCs. It powered a wave of inexpensive consumer routers and access points from roughly the mid-2010s onward and is still common in budget and OpenWrt-friendly hardware like the Linksys E5600 and TP-Link Archer C6 v3.

keep-annotate conf=0.82 last_sold=2021 deploy=medium replacement=none subsystem=net category=networking-wireless
82%

recommendation

Worth keeping, with a note that it serves legacy low-end 2.4 GHz Wi-Fi 4 gear rather than anything currently sold new. Upstream is still receiving fixes (a 2024 stability workaround and a January 2025 mac.c patch series on linux-wireless), and OpenWrt continues to ship a dedicated kmod-mt7603 package for routers still in active use, so removing it would strand a meaningful installed base.

repository signals

18 files
6,140 source lines
68 commits, 5y
+422 / −344 lines added / removed, 5y
21 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 68 total · active in 36/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +3 −31 2021-05: 1 commit · +1 −1 2021-06: 2 commits · +28 −27 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +1 −1 2021-09: 3 commits · +10 −4 2021-10: 0 commits · +0 −0 2021-11: 3 commits · +34 −10 2021-12: 1 commit · +4 −4 2022-01: 1 commit · +3 −0 2022-02: 1 commit · +0 −5 2022-03: 3 commits · +8 −11 2022-04: 2 commits · +13 −11 2022-05: 3 commits · +4 −4 2022-06: 2 commits · +3 −2 2022-07: 1 commit · +3 −3 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +1 −1 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +6 −6 2022-12: 2 commits · +25 −25 2023-01: 1 commit · +1 −2 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +5 −5 2023-04: 1 commit · +4 −1 2023-05: 0 commits · +0 −0 2023-06: 2 commits · +23 −29 2023-07: 6 commits · +127 −53 2023-08: 3 commits · +4 −3 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +5 −4 2023-11: 1 commit · +2 −5 2023-12: 0 commits · +0 −0 2024-01: 2 commits · +5 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +33 −14 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +2 −2 2024-07: 0 commits · +0 −0 2024-08: 5 commits · +30 −32 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +1 −1 2024-12: 1 commit · +1 −6 2025-01: 3 commits · +6 −9 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: 1 commit · +3 −2 2025-07: 2 commits · +4 −10 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −2 2025-10: 1 commit · +18 −18 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    In-tree Kconfig scopes this driver to MediaTek MT7603E PCIe devices and the MT7628/MT7688 SoC WLAN core.

  2. lore.kernel.org

    A 2024 linux-wireless patch adds an mt7603 debugfs control to work around instability under load, showing active bug-fix attention rather than abandonment.

  3. spinics.net

    A January 2025 linux-wireless/net patch series still touched mt7603/mac.c, indicating current upstream maintenance activity.

  4. mediatek.com

    MediaTek still documents MT7603E as a Wi-Fi 4 2.4 GHz 2x2 300 Mbps PCIe part, confirming it is older 802.11n-era silicon.

  5. openwrt.org

    OpenWrt continues to ship a dedicated kmod-mt7603 package, indicating ongoing downstream deployment/support.

  6. openwrt.org

    Recent OpenWrt device documentation still lists MT7603-based hardware, supporting continued field deployments in consumer routers.

  7. openwrt.org

    Another recently maintained OpenWrt device page lists MT7603-based hardware, reinforcing that the chipset remains deployed today.

codex reasoning notes (technical)

Not a removal candidate. Shell inspection of local Kconfig/main.c confirmed this is a real driver and its hardware scope; kernel.org tree URL is cited via canonical recall for a stable source. `lei` and lore MCP were unavailable here, so I used lore-targeted web search next: it surfaced the 2024 lore patch for an mt7603 stability fix and a 2025 linux-wireless patch touching mt7603/mac.c, but no removal/deprecation thread. Web search also surfaced current OpenWrt package/device pages showing live downstream use. Conclusion: hardware is old and likely no longer broadly sold new by 2025, but upstream maintenance and present deployments argue to keep it, with annotation that it serves legacy/low-end 2.4 GHz Wi-Fi 4 devices.