drivers/net/wireless/mediatek/mt76/mt7915

MediaTek MT7915, MT7916, and MT798x Wi-Fi 6/6E adapters

MediaTek's Wi-Fi 6 and Wi-Fi 6E chipset family, covering the MT7915 and MT7916 PCIe radios shipped on M.2 and miniPCIe cards, plus the built-in wireless MACs in the MT7981 and MT7986 router SoCs. The hardware is widely used in consumer routers, access points, and embedded networking gear from roughly 2020 onward.

keep conf=0.94 deploy=high replacement=none subsystem=net category=networking-wireless
94%

recommendation

It should stay in the kernel because the hardware is still being sold new in 2025 (with module vendors like AsiaRF and 524wifi listing current MT7915 PCIe and M.2 products) and the code itself is under heavy active development, with hundreds of recent commits including fixes landing as late as November 2025. No deprecation or removal discussion was found on linux-wireless, so this is a mainstream, well-maintained Wi-Fi driver.

repository signals

21 files
18,853 source lines
533 commits, 5y
+16,811 / −10,310 lines added / removed, 5y
64 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 533 total · active in 54/61 months
2021 2022 2023 2024 2025 2026 2021-04: 11 commits · +521 −230 2021-05: 12 commits · +438 −294 2021-06: 17 commits · +304 −199 2021-07: 17 commits · +385 −424 2021-08: 15 commits · +916 −137 2021-09: 13 commits · +377 −24 2021-10: 28 commits · +1,085 −682 2021-11: 11 commits · +245 −88 2021-12: 51 commits · +3,008 −2,982 2022-01: 16 commits · +329 −60 2022-02: 19 commits · +2,109 −355 2022-03: 22 commits · +459 −197 2022-04: 13 commits · +290 −147 2022-05: 18 commits · +372 −96 2022-06: 31 commits · +310 −1,735 2022-07: 7 commits · +46 −41 2022-08: 4 commits · +64 −17 2022-09: 12 commits · +361 −251 2022-10: 7 commits · +149 −27 2022-11: 22 commits · +2,195 −409 2022-12: 18 commits · +463 −304 2023-01: 14 commits · +201 −92 2023-02: 5 commits · +35 −122 2023-03: 7 commits · +77 −40 2023-04: 4 commits · +8 −67 2023-05: 11 commits · +625 −361 2023-06: 5 commits · +106 −155 2023-07: 4 commits · +4 −4 2023-08: 15 commits · +148 −77 2023-09: 2 commits · +2 −2 2023-10: 11 commits · +33 −163 2023-11: 5 commits · +31 −22 2023-12: 2 commits · +154 −40 2024-01: 5 commits · +31 −21 2024-02: 2 commits · +9 −3 2024-03: 8 commits · +33 −17 2024-04: 2 commits · +2 −2 2024-05: 0 commits · +0 −0 2024-06: 4 commits · +6 −4 2024-07: 0 commits · +0 −0 2024-08: 15 commits · +167 −105 2024-09: 4 commits · +9 −4 2024-10: 2 commits · +24 −6 2024-11: 2 commits · +26 −3 2024-12: 10 commits · +103 −21 2025-01: 8 commits · +42 −34 2025-02: 1 commit · +6 −18 2025-03: 2 commits · +136 −68 2025-04: 4 commits · +26 −10 2025-05: 2 commits · +3 −4 2025-06: 1 commit · +8 −5 2025-07: 1 commit · +5 −14 2025-08: 2 commits · +8 −10 2025-09: 3 commits · +16 −31 2025-10: 3 commits · +258 −77 2025-11: 1 commit · +2 −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

    Upstream Kconfig describes MT7915E as support for MediaTek MT7915-based PCIe wireless devices and MT7981/MT7986 built-in WMAC using the same feature set.

  2. asiarf.com

    Commercial product page for an MT7915-based M.2 module showed availability/backorder status in 2025 and a datasheet dated 2025-03-04.

  3. 524wifi.net

    Commercial product page for an MT7915-based miniPCIe module showed samples/backorder availability, indicating ongoing new-sales presence.

  4. lore.kernel.org

    linux-wireless is the upstream archive checked for removal/deprecation discussion; no obvious MT7915 removal thread was located from the archive/web search pass.

codex reasoning notes (technical)

Local shell inspection showed real driver code with PCI IDs 0x7915/0x7906/0x7916/0x790a and Kconfig coverage for MT7915E plus MT7981/MT7986 WMAC. Local git log (shell, with safe.directory override) showed substantial 2024-2025 fixes/features, consistent with the provided 523 substantive commits and 2025-11-24 recent touch, so this is actively maintained rather than sunset. Web search produced current 2025 commercial MT7915 module listings (AsiaRF, 524wifi), supporting ongoing new deployments. lore lookup via search/web found no concrete removal or deprecation thread; with active upstream churn and still-sold hardware, the defensible recommendation is keep. URLs were obtained via web search, except the kernel.org Kconfig URL and lore archive root which are canonical recall.