drivers/net/wireless/intel/iwlwifi/mvm

Intel Wi-Fi 6/6E/7 MVM operating mode for iwlwifi

The operating-mode half of Intel's iwlwifi stack that runs modern Intel wireless cards — roughly the Wi-Fi 6, 6E, and 7 generations shipped in laptops and desktops from the mid-2010s onward, including current parts such as the AX200/AX210 and the newer BE200/BE201/BE202. It handles connection management, scanning, power saving, and offloads for those chips.

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

recommendation

It should stay in the kernel because this is the active operating-mode component that drives Intel's current Wi-Fi 6, 6E, and 7 client adapters, including parts like the BE200/BE201/BE202 that Intel still launched as recently as 2023–2025. Mainline history shows heavy ongoing development through 2025–2026 and no removal effort, so it is core to Linux laptop wireless support today.

repository signals

51 files
56,537 source lines
1,243 commits, 5y
+30,638 / −19,676 lines added / removed, 5y
90 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,243 total · active in 57/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 2021-06: 24 commits · +329 −432 2021-07: 0 commits · +0 −0 2021-08: 42 commits · +1,031 −531 2021-09: 2 commits · +3 −1 2021-10: 37 commits · +1,120 −686 2021-11: 9 commits · +613 −53 2021-12: 51 commits · +1,049 −364 2022-01: 29 commits · +518 −750 2022-02: 25 commits · +518 −248 2022-03: 7 commits · +44 −220 2022-04: 1 commit · +79 −79 2022-05: 13 commits · +148 −150 2022-06: 5 commits · +49 −20 2022-07: 3 commits · +5 −4 2022-08: 0 commits · +0 −0 2022-09: 16 commits · +844 −543 2022-10: 8 commits · +33 −67 2022-11: 15 commits · +696 −84 2022-12: 7 commits · +63 −46 2023-01: 8 commits · +65 −40 2023-02: 1 commit · +0 −7 2023-03: 125 commits · +8,436 −2,711 2023-04: 60 commits · +1,012 −438 2023-05: 26 commits · +493 −245 2023-06: 62 commits · +1,350 −710 2023-07: 2 commits · +2 −2 2023-08: 13 commits · +72 −50 2023-09: 26 commits · +467 −192 2023-10: 42 commits · +1,334 −908 2023-11: 1 commit · +1 −1 2023-12: 16 commits · +90 −93 2024-01: 39 commits · +750 −367 2024-02: 71 commits · +696 −492 2024-03: 34 commits · +791 −237 2024-04: 25 commits · +1,729 −797 2024-05: 77 commits · +2,239 −844 2024-06: 29 commits · +488 −502 2024-07: 27 commits · +286 −110 2024-08: 21 commits · +309 −148 2024-09: 9 commits · +67 −52 2024-10: 35 commits · +467 −237 2024-11: 1 commit · +1 −1 2024-12: 57 commits · +399 −853 2025-01: 5 commits · +13 −87 2025-02: 12 commits · +91 −104 2025-03: 8 commits · +55 −41 2025-04: 10 commits · +98 −241 2025-05: 31 commits · +698 −470 2025-06: 6 commits · +34 −240 2025-07: 30 commits · +356 −685 2025-08: 9 commits · +67 −2,682 2025-09: 7 commits · +184 −198 2025-10: 4 commits · +23 −31 2025-11: 2 commits · +19 −5 2025-12: 2 commits · +9 −0 2026-01: 7 commits · +266 −534 2026-02: 6 commits · +34 −39 2026-03: 1 commit · +2 −1 2026-04: 0 commits · +0 −0

sources

  1. wireless.docs.kernel.org

    Linux Wireless documents iwlwifi as the driver for Intel's current wireless chips and lists Wi-Fi 6/6E/7 devices, including BE200/BE201/BE202; it also notes iwlmvm-specific features.

  2. intel.com

    Intel ARK lists Intel Wi-Fi 7 BE200 as launched in Q3'23 with Linux support, showing hardware covered by this driver family is still a current product.

  3. intel.com

    Intel's Wi-Fi 7 series product page lists multiple current Intel Wi-Fi 7 client adapters, including BE200/BE201/BE202 and newer Q4'25 entries, indicating ongoing new-hardware deployment.

  4. git.kernel.org

    Mainline history for the mvm directory shows it remains under active development rather than retirement.

codex reasoning notes (technical)

Local shell inspection of Kconfig and mvm/ops.c confirmed this is the active IWLMVM opmode driver, not a helper library. Local `git -c safe.directory=... log` showed many 2025-2026 commits in this path and no deprecation/removal-oriented path hits; a lore-targeted web search produced no obvious removal series. URLs for Linux Wireless docs and Intel product pages were obtained via `web.search_query`; the git.kernel.org log URL is a canonical recall stable page matching the local git-history check. Because IWLMVM covers still-sold Intel Wi-Fi 6/6E/7 client parts and upstream activity is heavy, removal/deprecation is not indicated.