ADMtek ADM8211 802.11b wireless adapters
Supports ADMtek ADM8211A/B/C 802.11b wireless cards on PCI, mini-PCI, and CardBus, the first Wi-Fi silicon ADMtek shipped in 2002 before the company was acquired by Infineon in 2004. These were budget wireless adapters used in early-2000s laptops and desktops, predating the 802.11g era.
recommendation
A candidate for future removal because the ADM8211 was an early-2000s 802.11b chip, its vendor ADMtek was absorbed by Infineon in 2004, and the hardware effectively disappeared from the market by around 2005. The driver still compiles cleanly and gets swept along in kernel-wide wireless API cleanups, but there is no sign of device-specific development, no current production hardware, and only a thin tail of legacy PCI/mini-PCI/CardBus cards still in use. It is worth flagging for eventual retirement once the remaining user base is confirmed gone.
repository signals
sources
- lore.kernel.org
Recent upstream touches in 2025 are wide mac80211/cfg80211 API work that incidentally updates adm8211 alongside many other drivers, indicating maintenance compatibility rather than strong device-specific development.
- lore.kernel.org
A 2024 adm8211 touch was part of a cross-driver mac80211 simplification series, again suggesting low but nonzero upstream upkeep.
- wireless.docs.kernel.org
Kernel wireless documentation describes adm8211 as supporting PCI/mini-PCI/CardBus ADM8211A/B/C 802.11b devices.
- cateee.net
LKDDb shows the driver is still present in current kernels and ties it to legacy PCI/CardBus ADM8211 hardware IDs.
- wiki.debian.org
Debian documents the driver for ADMtek/Infineon ADM8211 802.11b devices and lists only old PCI/CardBus-era products; the page itself is long-stale legacy documentation.
- deviwiki.com
DeviWiki's ADMtek timeline says ADM8211 was ADMtek's first Wi-Fi chip in 2002 and that ADMtek was acquired by Infineon in 2004, supporting the conclusion that this chipset family is long obsolete.
codex reasoning notes (technical)
Real driver directory: contains adm8211.c and Kconfig entry for ADMtek ADM8211. lore_file_timeline on drivers/net/wireless/admtek/adm8211.c showed touches through 2025, but the cited lore URLs are treewide mac80211/cfg80211 API series rather than device-specific feature work; a lore_regex removal search timed out, so there is no evidence here of an active removal thread. web search produced the wireless.docs.kernel.org page and LKDDb page confirming the hardware class as PCI/mini-PCI/CardBus 802.11b, plus Debian Wiki and DeviWiki timeline pages showing this is early-2000s hardware from an acquired vendor line. From those sources, new sales in 2025 are not credible, deployments should be limited to legacy/collector/industrial systems, and there is no like-for-like upstream replacement driver for the same silicon, so deprecate is a better fit than remove.