diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-10-23 15:19:45 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-10-30 19:29:47 +0200 |
commit | 6853c70ba5edca34f65b337a04183a6145303071 (patch) | |
tree | 8a12cdf9e98bfac2ccc36deec3c6992d9422e36d /drivers/net/wireless/cisco/Makefile | |
parent | 77e49bec64144cf68c494209347ebd762c675194 (diff) |
wifi: remove orphaned cisco/aironet driver
Cisco Aironet is an 802.11b PCMCIA and mini-PCI with limited support
for Cardbus DMA and for CFG80211.
Both PCMCIA and WEXT are deprecated, and there is little chance
that anyone is still using this driver, so remove it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Diffstat (limited to 'drivers/net/wireless/cisco/Makefile')
-rw-r--r-- | drivers/net/wireless/cisco/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/cisco/Makefile b/drivers/net/wireless/cisco/Makefile deleted file mode 100644 index 506a19ce375f..000000000000 --- a/drivers/net/wireless/cisco/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_AIRO) += airo.o -obj-$(CONFIG_AIRO_CS) += airo_cs.o airo.o |