drivers/net/wireless/intel/iwlwifi/pcie

Intel Wi-Fi PCIe wireless adapters (iwlwifi)

PCIe and M.2 Wi-Fi cards from Intel spanning roughly two decades of hardware, from the older 5000/6000-series 802.11n radios through Wi-Fi 6/6E parts like the AX200/AX210 and current Wi-Fi 7 modules such as the BE200. These are the wireless adapters built into the vast majority of Intel-based laptops and many mini-PCs and industrial systems.

keep conf=0.92 deploy=high replacement=none subsystem=net category=networking-wireless
92%

recommendation

It should stay because this is one of the most widely deployed wireless drivers in Linux, covering hardware Intel is still actively launching in 2025 (including new Wi-Fi 7 BE-series parts and the AX210 industrial module). Upstream maintenance is clearly ongoing, with recent linux-wireless patch traffic and stable backports still landing fixes for both current and older chips, and there is no replacement driver on the horizon.

repository signals

13 files
15,707 source lines
378 commits, 5y
+13,465 / −8,693 lines added / removed, 5y
50 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 378 total · active in 46/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 12 commits · +209 −87 2021-07: 3 commits · +70 −1 2021-08: 13 commits · +226 −53 2021-09: 1 commit · +2 −0 2021-10: 16 commits · +229 −108 2021-11: 3 commits · +43 −13 2021-12: 15 commits · +267 −198 2022-01: 11 commits · +133 −26 2022-02: 5 commits · +70 −35 2022-03: 2 commits · +7 −3 2022-04: 0 commits · +0 −0 2022-05: 2 commits · +46 −36 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 2 commits · +18 −3 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +47 −38 2022-12: 1 commit · +23 −10 2023-01: 1 commit · +5 −0 2023-02: 0 commits · +0 −0 2023-03: 4 commits · +36 −3 2023-04: 12 commits · +333 −200 2023-05: 2 commits · +7 −5 2023-06: 29 commits · +670 −704 2023-07: 1 commit · +3 −3 2023-08: 7 commits · +83 −62 2023-09: 8 commits · +46 −5 2023-10: 2 commits · +3 −3 2023-11: 0 commits · +0 −0 2023-12: 9 commits · +82 −57 2024-01: 5 commits · +19 −3 2024-02: 4 commits · +35 −11 2024-03: 6 commits · +20 −33 2024-04: 1 commit · +1 −0 2024-05: 4 commits · +85 −40 2024-06: 6 commits · +2,502 −256 2024-07: 9 commits · +384 −144 2024-08: 4 commits · +71 −17 2024-09: 0 commits · +0 −0 2024-10: 3 commits · +10 −12 2024-11: 0 commits · +0 −0 2024-12: 14 commits · +409 −38 2025-01: 1 commit · +3 −3 2025-02: 7 commits · +169 −117 2025-03: 2 commits · +24 −8 2025-04: 15 commits · +1,560 −1,374 2025-05: 76 commits · +3,880 −4,172 2025-06: 16 commits · +826 −207 2025-07: 15 commits · +502 −444 2025-08: 12 commits · +207 −86 2025-09: 8 commits · +51 −29 2025-10: 3 commits · +17 −5 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +3 −6 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +29 −35 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore-kernel.gnuweeb.org

    Recent 2025 linux-wireless patch traffic still touches drivers/net/wireless/intel/iwlwifi/pcie/drv.c, indicating active upstream maintenance rather than retirement.

  2. spinics.net

    A 2025 stable backport fixes iwlwifi PCIe behavior for 7000/8000-family devices, showing ongoing bug-fix activity for deployed hardware.

  3. intel.com

    Intel Wi-Fi 7 BE200 is a launched product with Linux support and an M.2 PCIe interface, so hardware in this driver class was still sold new in 2025.

  4. intel.com

    Intel's Wi-Fi 7 product-family page lists multiple current BE-series products, including Q4'25 launches, supporting continued new deployments.

  5. intel.com

    Intel still offers AX210 industrial PCIe-based Linux-supported modules, indicating ongoing OEM/industrial deployment beyond consumer legacy systems.

codex reasoning notes (technical)

Real driver directory: local `rg`/`sed` inspection showed `MODULE_DEVICE_TABLE(pci, ...)` and a large PCI device table in `pcie/drv.c`. All cited URLs were obtained via `web.search_query` (turns 1-2). Lore-visible 2025 patch traffic shows ongoing fixes, and I found no removal/deprecation series in the lore web search. Intel product pages show current Linux-supported PCIe Wi-Fi 6E/7 modules (BE200, AX210 industrial, newer BE-series), so there is no natural upstream replacement driver and current deployments remain substantial.