drivers/net/wireless/mediatek/mt76/mt7921

MediaTek MT7921 (Filogic 320) Wi-Fi 6 adapters

A widely deployed MediaTek Wi-Fi 6 / Wi-Fi 6E chipset family, branded Filogic 320, found in PCIe M.2 cards, USB dongles, and SDIO modules used in laptops, mini PCs, and industrial IoT modules from roughly 2021 onward. It is the radio behind many mainstream consumer Wi-Fi cards and embedded modules like the Ezurio Sona MT320 and Tungsten700 system-on-module.

keep conf=0.95 deploy=medium replacement=none subsystem=net category=networking-wireless
95%

recommendation

It should stay because the hardware is still being sold new in 2025, with DigiKey listing the MT7921LEN as active and module vendors like Ezurio shipping fresh designs around it. Upstream maintenance is clearly ongoing too: a January 2026 patch series with stability and mutex fixes and a July 2025 linux-firmware refresh both target this chip, and there is no sign of a deprecation thread.

repository signals

18 files
7,163 source lines
479 commits, 5y
+10,316 / −10,394 lines added / removed, 5y
57 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 479 total · active in 54/61 months
2021 2022 2023 2024 2025 2026 2021-04: 33 commits · +451 −424 2021-05: 26 commits · +443 −398 2021-06: 29 commits · +476 −138 2021-07: 10 commits · +102 −20 2021-08: 12 commits · +267 −178 2021-09: 11 commits · +376 −378 2021-10: 23 commits · +1,777 −685 2021-11: 18 commits · +214 −119 2021-12: 33 commits · +231 −510 2022-01: 12 commits · +240 −197 2022-02: 5 commits · +36 −21 2022-03: 23 commits · +999 −213 2022-04: 6 commits · +157 −9 2022-05: 8 commits · +582 −25 2022-06: 40 commits · +280 −1,764 2022-07: 14 commits · +225 −205 2022-08: 5 commits · +8 −24 2022-09: 5 commits · +265 −25 2022-10: 2 commits · +8 −3 2022-11: 10 commits · +625 −63 2022-12: 7 commits · +222 −19 2023-01: 7 commits · +79 −63 2023-02: 2 commits · +2 −12 2023-03: 10 commits · +85 −77 2023-04: 13 commits · +83 −205 2023-05: 7 commits · +26 −41 2023-06: 32 commits · +1,040 −4,227 2023-07: 1 commit · +8 −12 2023-08: 4 commits · +7 −11 2023-09: 8 commits · +260 −62 2023-10: 5 commits · +9 −3 2023-11: 5 commits · +73 −15 2023-12: 0 commits · +0 −0 2024-01: 4 commits · +16 −2 2024-02: 2 commits · +25 −0 2024-03: 2 commits · +11 −6 2024-04: 4 commits · +128 −4 2024-05: 1 commit · +3 −0 2024-06: 6 commits · +139 −138 2024-07: 2 commits · +5 −3 2024-08: 5 commits · +34 −28 2024-09: 2 commits · +6 −1 2024-10: 1 commit · +1 −0 2024-11: 1 commit · +99 −0 2024-12: 4 commits · +60 −14 2025-01: 5 commits · +22 −18 2025-02: 1 commit · +1 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +65 −3 2025-05: 2 commits · +8 −0 2025-06: 1 commit · +5 −3 2025-07: 2 commits · +4 −7 2025-08: 1 commit · +2 −0 2025-09: 3 commits · +7 −2 2025-10: 1 commit · +18 −18 2025-11: 1 commit · +1 −1 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. spinics.net

    January 15, 2026 patch series targets mt7921 with stability and mutex fixes, showing ongoing upstream maintenance rather than removal.

  2. lkml.org

    July 3, 2025 linux-firmware update for MT7921 WiFi devices shows the platform still receives firmware refreshes.

  3. digikey.com

    DigiKey lists the MT7921LEN/B as Active and in stock, indicating new-channel availability of MT7921 silicon.

  4. mouser.com

    Mouser announced and shipped Ezurio Sona MT320 modules built on the MT7921 for industrial IoT applications, indicating ongoing embedded deployments.

  5. digikey.com

    DigiKey product highlight says Ezurio's Tungsten700 SOM uses a radio based on MediaTek Filogic 320 (MT7921), confirming current integration into shipping embedded compute products.

codex reasoning notes (technical)

Local `exec_command` inspection (`rg --files`, `sed`) confirmed this directory is real mt7921 WLAN driver code with PCIe/SDIO/USB variants in Kconfig. `lei` was unavailable, so upstream activity was checked via `web.search_query`; cited mailing-list URLs were obtained there and spot-checked with `web.open`/`web.find`. Removal-focused web searches surfaced no deprecation/removal thread, while 2025-2026 results showed active fixes and firmware updates. Deployment evidence came from distributor/vendor pages obtained via `web.search_query` and verified with `web.find`; those pages show MT7921 silicon/modules remain active in embedded and component sales channels, so this is not an obsolescent legacy-only driver.