drivers/net/wireless/intel/iwlegacy

Intel PRO/Wireless 3945ABG and WiFi Link 4965AGN legacy Wi-Fi adapters

Two generations of Intel laptop Wi-Fi cards from the mid-2000s: the 3945ABG, an 802.11a/b/g Mini PCIe part shipped in Centrino laptops around 2006, and the 4965AGN, an early 802.11n adapter that followed in 2007. They were extremely common in Core Duo and early Core 2 era ThinkPads, Dells, and other notebooks before Intel's newer iwlwifi-supported chips replaced them.

keep-annotate conf=0.84 last_sold=2010 deploy=low replacement=iwlwifi subsystem=net category=networking-wireless
84%

recommendation

It should stay in the kernel because the hardware was ubiquitous in late-2000s laptops that still turn up in working condition, and upstream is clearly still maintaining the code — bug fixes were posted to the linux-wireless list as recently as 2026. Intel itself ended support for these adapters back in 2013, so a note marking iwlegacy as a legacy-only driver would help readers understand it covers retired hardware and that newer Intel Wi-Fi cards use the separate iwlwifi driver instead.

repository signals

20 files
37,501 source lines
51 commits, 5y
+426 / −485 lines added / removed, 5y
34 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 51 total · active in 33/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: 2 commits · +79 −86 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +0 −2 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +2 −2 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +17 −17 2022-05: 2 commits · +15 −15 2022-06: 3 commits · +9 −4 2022-07: 1 commit · +2 −2 2022-08: 2 commits · +2 −5 2022-09: 2 commits · +7 −7 2022-10: 1 commit · +2 −0 2022-11: 1 commit · +0 −6 2022-12: 1 commit · +2 −2 2023-01: 0 commits · +0 −0 2023-02: 3 commits · +23 −7 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: 1 commit · +2 −2 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +0 −6 2023-12: 1 commit · +3 −0 2024-01: 2 commits · +9 −3 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +2 −2 2024-06: 1 commit · +3 −3 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +165 −150 2024-09: 1 commit · +24 −1 2024-10: 2 commits · +4 −2 2024-11: 1 commit · +2 −2 2024-12: 2 commits · +0 −71 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +2 −15 2025-03: 1 commit · +3 −0 2025-04: 1 commit · +5 −5 2025-05: 2 commits · +8 −4 2025-06: 3 commits · +5 −4 2025-07: 1 commit · +1 −1 2025-08: 1 commit · +0 −24 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 3 commits · +5 −6 2026-02: 3 commits · +23 −29 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream still receives direct iwlegacy fixes in 2026; this patch updates 3945-mac allocation GFP handling.

  2. lore.kernel.org

    A second 2026 iwlegacy 3945-mac fix shows current maintenance attention rather than abandonment/removal.

  3. intel.com

    Intel lists both Intel WiFi Link 4965AGN and Intel PRO/Wireless 3945ABG as discontinued products, with self-service support dates of December 31, 2013.

  4. intel.com

    Intel feature matrix still documents 4965AGN and 3945ABG as legacy adapter models; 3945ABG is only 802.11a/b/g and 4965AGN is an older 802.11n-era part.

  5. cateee.net

    LKDDb maps CONFIG_IWL3945 to drivers/net/wireless/intel/iwlegacy and identifies the supported 3945ABG hardware/module.

  6. cateee.net

    LKDDb maps CONFIG_IWL4965 to drivers/net/wireless/intel/iwlegacy and identifies the supported 4965AGN hardware/module.

codex reasoning notes (technical)

Local Kconfig read via shell confirmed iwlegacy is the in-tree driver family for Intel 3945ABG/4965AGN. lore_activity on drivers/net/wireless/intel/iwlegacy/3945-mac.c produced the cited March 2026 lore URLs, showing active bug-fix traffic and no evidence of an active removal series in the retrieved lore data; that backs off any deprecation/removal recommendation to keep-annotate. Web search found Intel's discontinued-products page and feature matrix, plus LKDDb pages for IWL3945/IWL4965. The hardware is long-EOL and unlikely to appear in new 2025 systems; remaining use is mostly legacy laptops/spares, so deployments are low. `iwlwifi` is the practical successor for newer Intel WLAN hardware, but not a drop-in software replacement for these exact chips.