drivers/net/wireless/intel/iwlwifi/dvm

Intel Centrino and Wi-Fi Link DVM-era wireless adapters (1000/2000/5000/6000 series)

Mini-PCIe Wi-Fi cards Intel shipped in laptops from roughly 2008 through the mid-2010s, including the Wi-Fi Link 5100/5300, Ultimate-N 6300, Centrino Advanced-N 6200/6205/6230, and the Wireless-N 1000/2200/2230 families. They use Intel's older "DVM" firmware interface, which was succeeded by the "MVM" path used for newer Intel wireless chips.

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

recommendation

Worth keeping but its legacy status should be documented. Intel itself marked these adapters discontinued around 2016-2017 and they are no longer sold, but they are still common in older ThinkPads and similar laptops that remain in service. Upstream maintainers continue to fix real bugs in the code, including a July 2025 fix to the DVM startup path and an overflow fix queued into stable kernels, so removal would strand users of otherwise working hardware.

repository signals

26 files
27,612 source lines
82 commits, 5y
+1,723 / −613 lines added / removed, 5y
38 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 82 total · active in 32/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: 3 commits · +7 −5 2021-09: 1 commit · +1 −1 2021-10: 4 commits · +7 −100 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +2 −6 2022-01: 2 commits · +3 −3 2022-02: 1 commit · +1 −1 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +14 −14 2022-05: 3 commits · +15 −15 2022-06: 2 commits · +6 −5 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −1 2022-09: 4 commits · +34 −27 2022-10: 1 commit · +1 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +9 −2 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 1 commit · +4 −1 2023-05: 0 commits · +0 −0 2023-06: 2 commits · +23 −20 2023-07: 0 commits · +0 −0 2023-08: 2 commits · +42 −32 2023-09: 0 commits · +0 −0 2023-10: 3 commits · +6 −5 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +4 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +1 −1 2024-04: 1 commit · +1 −1 2024-05: 3 commits · +1,184 −20 2024-06: 3 commits · +8 −12 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +78 −78 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +2 −2 2024-11: 0 commits · +0 −0 2024-12: 7 commits · +68 −51 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +38 −41 2025-05: 12 commits · +102 −103 2025-06: 4 commits · +19 −12 2025-07: 4 commits · +18 −20 2025-08: 2 commits · +3 −9 2025-09: 2 commits · +2 −2 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +19 −23 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. wireless.docs.kernel.org

    The iwlwifi documentation still lists support for Intel Wi-Fi Link 5100/5150/5300/5350, Centrino Advanced-N 6200/6205/6230/6235, Ultimate-N 6300, and Wireless-N 100/1030/105/130/135/2200/2230/1000 devices, matching the DVM-era hardware family.

  2. intel.com

    Intel classifies the DVM-era adapters as discontinued products, with self-service support dates concentrated in 2016-2017 for 5100/5150/5300/5350/6200/6205/6230/6235/6300/1000/1030/105/130/135/2200/2230, indicating legacy status rather than current-market hardware.

  3. spinics.net

    A July 1, 2025 upstream patch fixes iwl_op_mode_dvm_start(), showing that the DVM code still receives real maintenance rather than being abandoned.

  4. spinics.net

    A 2025 DVM-specific overflow fix was queued into stable kernels, showing ongoing bug-fix traffic for supported long-term kernels.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) showed this directory is the iwldvm opmode and names DVM configs for Intel 1000/2000/5000/6000-era devices. Local `git -c safe.directory ... log` showed non-treewide DVM fixes in 2025. Web `search_query` found the spinics patch/stable URLs and the Intel/kernel documentation URLs; a lore-focused web search for remove/deprecate hits did not surface an active removal thread. Conclusion: hardware is obsolete and only likely present in legacy laptops/embedded fleets, but upstream still fixes it, so `keep-annotate` is stronger than `deprecate` or `remove`.