drivers/net/wireless/mediatek/mt76/mt7996

MediaTek Filogic MT7996/MT7992/MT7990 Wi-Fi 7 chipsets

MediaTek's Filogic family of Wi-Fi 7 (802.11be) PCIe radio chips, including the MT7996, MT7992, and MT7990, used in current-generation consumer, enterprise, and ISP-supplied routers and access points shipping from roughly 2023 onward.

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

recommendation

It should stay in the kernel because this is active, current Wi-Fi 7 silicon that MediaTek still markets and ships in new routers and access points in 2025, and the code itself is under heavy ongoing development with hundreds of commits in recent years and fixes landing as recently as early 2026. There is no successor driver and no sign of removal discussions upstream.

repository signals

19 files
19,431 source lines
393 commits, 5y
+25,219 / −5,758 lines added / removed, 5y
47 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 393 total · active in 36/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: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +12,287 −0 2022-12: 17 commits · +330 −63 2023-01: 15 commits · +588 −348 2023-02: 3 commits · +56 −173 2023-03: 11 commits · +66 −79 2023-04: 13 commits · +1,186 −207 2023-05: 7 commits · +133 −128 2023-06: 16 commits · +242 −645 2023-07: 1 commit · +1 −0 2023-08: 20 commits · +320 −88 2023-09: 5 commits · +192 −41 2023-10: 19 commits · +1,899 −189 2023-11: 16 commits · +639 −252 2023-12: 3 commits · +14 −13 2024-01: 14 commits · +142 −69 2024-02: 1 commit · +2 −1 2024-03: 11 commits · +84 −25 2024-04: 3 commits · +8 −7 2024-05: 0 commits · +0 −0 2024-06: 4 commits · +7 −4 2024-07: 0 commits · +0 −0 2024-08: 16 commits · +104 −66 2024-09: 5 commits · +344 −81 2024-10: 2 commits · +3 −5 2024-11: 1 commit · +7 −0 2024-12: 5 commits · +66 −66 2025-01: 27 commits · +1,232 −863 2025-02: 1 commit · +1 −13 2025-03: 42 commits · +1,676 −895 2025-04: 16 commits · +566 −166 2025-05: 8 commits · +31 −15 2025-06: 5 commits · +173 −117 2025-07: 15 commits · +221 −116 2025-08: 10 commits · +214 −130 2025-09: 34 commits · +1,685 −747 2025-10: 5 commits · +460 −40 2025-11: 18 commits · +236 −103 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +4 −3 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream activity is current and substantial; the mt7996 directory continues to receive fixes and feature work rather than removal-oriented churn.

  2. git.kernel.org

    The driver is a real PCI wireless driver and its PCI ID table covers MT7996, MT7992, and MT7990 devices.

  3. mediatek.com

    MediaTek still markets its Filogic Wi-Fi 7 family for current consumer, enterprise, broadband, and retail deployments.

  4. git01.mediatek.com

    MediaTek's OpenWrt feed still lists Filogic880/MT7996 and Filogic860/MT7992 as supported Wi-Fi 7 chipsets, indicating ongoing product and software enablement.

codex reasoning notes (technical)

Keep. Static data already shows 388 substantive commits in 5y with a latest touch on 2026-03-03, which is incompatible with deprecation/removal. I verified live local churn with shell `git -c safe.directory=... log --since=2025-01-01 -- .../mt7996`, which returned many recent mt7996 fixes. I verified hardware scope with shell `sed` on `mt7996/pci.c`, which shows MT7996/MT7992/MT7990 PCI IDs. `lei` was unavailable, so I could not directly query lore; no removal discussion evidence surfaced from available signals, and web search did not surface lore removal threads. Kernel.org URLs are canonical recall, corroborated by those shell reads. MediaTek Wi-Fi 7 and MediaTek OpenWrt feed URLs were obtained via web search. This is current Wi-Fi 7 hardware still sold into new router/AP deployments in 2025+, so there is no natural replacement driver and no deprecation basis.