summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-10-23 15:19:44 +0200
committerKalle Valo <kvalo@kernel.org>2023-10-30 19:27:49 +0200
commit77e49bec64144cf68c494209347ebd762c675194 (patch)
tree55a5f3654ed974f8ef329b8348182a17fc4e4e65 /MAINTAINERS
parent4b478bf6bdd8901cb29742ec8a65c0b2b92a9e56 (diff)
downloadlinux-stable-77e49bec64144cf68c494209347ebd762c675194.tar.gz
linux-stable-77e49bec64144cf68c494209347ebd762c675194.tar.bz2
linux-stable-77e49bec64144cf68c494209347ebd762c675194.zip
wifi: atmel: remove wext style at76c50x drivers
Atmel at76c502/at76c504/at76c506 is a PIO-only (PCMCIA, mini-PCI and Cardbus) 802.11b driver with incomplete CFG80211 support. Both PCMCIA and WEXT are deprecated, and there is little chance that anyone is still using this driver, so remove it. The related at76c50x USB driver uses MAC80211 and remains. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 0 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 76dea3f2e391..1693d50b4260 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2392,7 +2392,6 @@ F: drivers/memory/atmel*
F: drivers/watchdog/sama5d4_wdt.c
F: include/soc/at91/
X: drivers/input/touchscreen/atmel_mxt_ts.c
-X: drivers/net/wireless/atmel/
N: at91
N: atmel
@@ -3284,13 +3283,6 @@ T: git git://github.com/ndyer/linux.git
F: Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
F: drivers/input/touchscreen/atmel_mxt_ts.c
-ATMEL WIRELESS DRIVER
-L: linux-wireless@vger.kernel.org
-S: Orphan
-W: http://www.thekelleys.org.uk/atmel
-W: http://atmelwlandriver.sourceforge.net/
-F: drivers/net/wireless/atmel/atmel*
-
ATOMIC INFRASTRUCTURE
M: Will Deacon <will@kernel.org>
M: Peter Zijlstra <peterz@infradead.org>