drivers/net/wireless/intel/ipw2x00

Intel PRO/Wireless 2100, 2200BG, and 2915ABG Wi-Fi adapters

Mini-PCI 802.11b and 802.11a/b/g Wi-Fi cards Intel built into Centrino-branded laptops in the early-to-mid 2000s. Intel discontinued the parts in 2009 and dropped vendor support after Windows Vista, but they still appear in surviving laptops from that era.

keep-annotate conf=0.82 last_sold=2009 deploy=low replacement=none subsystem=net category=networking-wireless
82%

recommendation

Worth keeping but flagging as legacy hardware. The chips have been discontinued by Intel since 2009 and never moved to the modern iwlwifi driver, yet upstream contributors are still posting real fixes and API updates as recently as late 2025 and early 2026, so the code is not bit-rotting. Anyone with a Centrino-era ThinkPad or similar laptop running current Linux still depends on this, and there is no successor driver that covers the same silicon.

repository signals

18 files
30,049 source lines
46 commits, 5y
+2,352 / −540 lines added / removed, 5y
28 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 46 total · active in 28/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +2 −2 2021-08: 1 commit · +17 −39 2021-09: 1 commit · +1 −1 2021-10: 2 commits · +8 −8 2021-11: 1 commit · +1 −1 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: 2 commits · +91 −94 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +1 −1 2022-08: 1 commit · +6 −6 2022-09: 3 commits · +14 −15 2022-10: 1 commit · +0 −14 2022-11: 2 commits · +1 −12 2022-12: 2 commits · +8 −3 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +4 −19 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: 1 commit · +12 −27 2023-09: 1 commit · +1 −1 2023-10: 2 commits · +11 −32 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: 1 commit · +1 −2 2024-08: 2 commits · +19 −29 2024-09: 0 commits · +0 −0 2024-10: 6 commits · +2,093 −75 2024-11: 1 commit · +4 −4 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +0 −93 2025-02: 1 commit · +1 −1 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −1 2025-05: 1 commit · +2 −2 2025-06: 1 commit · +1 −1 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +4 −4 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 5 commits · +47 −52 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent upstream attention exists in 2026: a targeted fix for an ipw2200 PCI device ID conflict was posted to linux-wireless.

  2. lore.kernel.org

    The driver family still receives maintenance patches in 2025, here a workqueue API update for ipw2x00.

  3. intel.com

    Intel classifies PRO/Wireless 2200BG and 2915ABG as legacy/discontinued products and shows support only for 32-bit Windows XP/Vista, with no Windows 7+ support.

  4. intel.com

    Intel's regulatory archive shows the PRO/Wireless 2200BG documentation dating back to December 2003, consistent with very old hardware generations.

  5. community.intel.com

    An Intel-hosted community reply states the PRO/Wireless 2200BG was discontinued in 2009 and had reached end of interactive support.

  6. kernel.org

    Kernel documentation identifies ipw2100 as the driver for Intel PRO/Wireless 2100 hardware.

  7. kernel.org

    Kernel documentation identifies ipw2200 as the unified driver for Intel PRO/Wireless 2200BG and 2915ABG hardware.

codex reasoning notes (technical)

Recommendation is keep-annotate: hardware is clearly obsolete and not a 2025 new-deployment part, but lore still shows real upstream maintenance rather than removal. Recent lore evidence came from lore_activity on ipw2200.c and included 2025-11 and 2026-02 linux-wireless patches; lore_file_timeline also showed touches through 2026-03, though many were stable rollups. Intel support pages were obtained via web search/open/find and show these adapters are legacy/discontinued and limited to XP/Vista-era support. The kernel.org doc URLs are canonical recall used to name the supported chipset set. No natural upstream replacement driver covers the same chips; newer Intel WLAN parts use iwlwifi, but not these devices. Expected deployments today are low: legacy laptops, hobbyist/retro systems, and occasional long-lived embedded/industrial installs.