drivers/net/wireless/intel/iwlwifi/pcie/gen1_2

Intel Wi-Fi 5000/6000/7000/8000/9000/AX200 series PCIe Wi-Fi cards

A long-running family of Intel PCIe and M.2 Wi-Fi adapters built into the majority of Intel-based laptops from roughly 2009 onward, covering the Wireless-N 5000/6000 generations, the Wireless-AC 7260/8260/9260 generations, and the Wi-Fi 6 AX200/AX201 hardware. The 9260 in particular is still sold today in industrial and embedded form factors.

keep conf=0.82 deploy=medium replacement=none subsystem=net category=networking-wireless
82%

recommendation

It should stay in the kernel because this is the shared PCIe transport for one of the most widely deployed Wi-Fi families in Linux, and Intel still sells hardware in this cohort (such as the Wireless-AC 9260 Industrial) in 2025. The directory was created in mid-2025 by an active refactor splitting iwlwifi's PCIe code by generation, and received a device fix in September 2025. Debian's firmware package still ships blobs across the 5000-through-9000 range, indicating a large installed base.

repository signals

6 files
12,795 source lines
42 commits, 5y
+13,215 / −422 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 42 total · active in 7/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: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 9 commits · +12,508 −186 2025-07: 12 commits · +447 −109 2025-08: 9 commits · +189 −75 2025-09: 6 commits · +34 −15 2025-10: 1 commit · +9 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +3 −6 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +25 −31 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory itself was created in 2025 by an iwlwifi PCIe refactor ('move generation specific files to a folder'), so it is a newly split active transport subtree rather than a long-abandoned legacy leaf.

  2. git.kernel.org

    The subtree received a device-specific functional fix in September 2025 ('fix byte count table for some devices'), showing ongoing upstream maintenance rather than removal staging.

  3. intel.com

    Intel's 9260 Industrial page lists a PCIe/M.2 product with Linux support and marketing status 'Launched', indicating at least part of the hardware cohort covered by this transport was still being sold for new industrial/embedded deployments in 2025.

  4. packages.debian.org

    Debian's current backports firmware package still ships iwlwifi firmware blobs spanning 5000/6000/7260/7265/8000/9000/9260/Qu families, which is strong evidence of ongoing deployed-user demand across the supported device range.

codex reasoning notes (technical)

Obtained commit hashes and subjects via local `git log` on the directory, then cited canonical git.kernel.org commit URLs by stable URL pattern recall. Intel and Debian URLs were obtained via web search results. Local source inspection (`drivers/net/wireless/intel/iwlwifi/pcie/drv.c`, `Kconfig`, and this subtree) shows this is the shared PCIe transport for many Intel Wi-Fi generations, including still-deployed 7260/8260/9260-era hardware. No removal signal surfaced; the evidence points to an actively maintained, still-relevant transport layer, so `keep` is the defensible recommendation.