MediaTek MT7615 Wi-Fi 5 (802.11ac) chipsets
MediaTek's MT7615 is a 4x4 dual-band 802.11ac (Wi-Fi 5) chipset that has been used since the late 2010s in consumer and prosumer routers, access points, and mini-PCIe radio modules. Hardware built around it includes Ubiquiti UniFi nanoHD access points and Banana Pi's BPI-MT7615 module, and it remains a common choice in OpenWrt-supported devices.
recommendation
It should stay in the kernel because the hardware is still sold new in 2025, still deployed in OpenWrt-supported routers and access points, and the code is still receiving real bug fixes upstream — patch traffic on linux-wireless and linux-mediatek through 2024 and 2025 confirms active maintenance. There is also no successor driver these chips could migrate to, so removing it would orphan working hardware.
repository signals
sources
- spinics.net
A 2025 net patch series still touched mt7615 files (`mt7615/pci.c`, `mt7615/pci_mac.c`), indicating active upstream maintenance rather than retirement.
- lists.infradead.org
A 2024 linux-mediatek patch fixed an mt7615 null-pointer issue, showing real bug-fix traffic on the driver.
- wiki.banana-pi.org
Banana Pi documents a retail BPI-MT7615 mini-PCIe module, states Linux/OpenWrt support, and links purchase channels.
- forum.banana-pi.org
A March 3, 2026 Banana Pi forum post says the user 'ordered a card via aliexpress', which is evidence that new MT7615 modules were still obtainable after 2025.
- techinfodepot.shoutwiki.com
TechInfoDepot lists MT7615-based hardware such as the UniFi nanoHD as OpenWrt-supported with current supported version 24.10.5, suggesting continued real-world deployments.
codex reasoning notes (technical)
Real driver directory: mt76/mt7615 contains entry-point code and substantial recent history. Upstream activity was checked via local shell (`git -c safe.directory=... log`) because `lei` was unavailable; the provided static metadata also shows substantive touches through 2025-11-24 with many authors, and web-found mailing-list pages confirm 2024-2025 mt7615 fix traffic. I found no removal/deprecation discussion in web searches of lore-related results, so active maintenance outweighs age. Deployment evidence came from web search results and opened pages: Banana Pi retail/module docs plus a 2026 forum purchase mention show new-stock availability; TechInfoDepot/OpenWrt-facing device pages show MT7615 remains deployed in supported routers/APs. There is no natural replacement driver for the same chips; newer MediaTek parts use other mt76 subdrivers, not a migration target for MT7615 hardware.