aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/cisco/airo.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-10-23 15:19:45 +0200
committerKalle Valo <kvalo@kernel.org>2023-10-30 19:29:47 +0200
commit6853c70ba5edca34f65b337a04183a6145303071 (patch)
tree8a12cdf9e98bfac2ccc36deec3c6992d9422e36d /drivers/net/wireless/cisco/airo.h
parent77e49bec64144cf68c494209347ebd762c675194 (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/airo.h')
-rw-r--r--drivers/net/wireless/cisco/airo.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/cisco/airo.h b/drivers/net/wireless/cisco/airo.h
deleted file mode 100644
index 8a02977a2e2b..000000000000
--- a/drivers/net/wireless/cisco/airo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _AIRO_H_
-#define _AIRO_H_
-
-struct net_device *init_airo_card(unsigned short irq, int port, int is_pcmcia,
- struct device *dmdev);
-int reset_airo_card(struct net_device *dev);
-void stop_airo_card(struct net_device *dev, int freeres);
-
-#endif /* _AIRO_H_ */