Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af449f92 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: arlan: delete the driver



It has sat in the staging directory since October of 2009, and no one
has stepped up to take it over, so odds are, no one cares about it
anymore.  So, it is now deleted as scheduled, and documented in the TODO
file.

Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2d82f6c7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -127,8 +127,6 @@ source "drivers/staging/samsung-laptop/Kconfig"

source "drivers/staging/strip/Kconfig"

source "drivers/staging/arlan/Kconfig"

source "drivers/staging/wavelan/Kconfig"

source "drivers/staging/netwave/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ obj-$(CONFIG_WLAGS49_H25) += wlags49_h25/
obj-$(CONFIG_BATMAN_ADV)	+= batman-adv/
obj-$(CONFIG_SAMSUNG_LAPTOP)	+= samsung-laptop/
obj-$(CONFIG_STRIP)		+= strip/
obj-$(CONFIG_ARLAN)		+= arlan/
obj-$(CONFIG_WAVELAN)		+= wavelan/
obj-$(CONFIG_PCMCIA_WAVELAN)	+= wavelan/
obj-$(CONFIG_PCMCIA_NETWAVE)	+= netwave/

drivers/staging/arlan/Kconfig

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
config ARLAN
	tristate "Aironet Arlan 655 & IC2200 DS support"
	depends on ISA && !64BIT && WLAN
	select WIRELESS_EXT
	---help---
	  Aironet makes Arlan, a class of wireless LAN adapters. These use the
	  www.Telxon.com chip, which is also used on several similar cards.
	  This driver is tested on the 655 and IC2200 series cards. Look at
	  <http://www.ylenurme.ee/~elmer/655/> for the latest information.

	  The driver is built as two modules, arlan and arlan-proc. The latter
	  is the /proc interface and is not needed most of time.

	  On some computers the card ends up in non-valid state after some
	  time. Use a ping-reset script to clear it.

drivers/staging/arlan/Makefile

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
obj-$(CONFIG_ARLAN) += arlan.o

arlan-objs := arlan-main.o arlan-proc.o

drivers/staging/arlan/TODO

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
TODO:
	- step up and maintain this driver to ensure that it continues
	  to work.  Having the hardware for this is pretty much a
	  requirement.  If this does not happen, the will be removed in
	  the 2.6.35 kernel release.

Please send patches to Greg Kroah-Hartman <greg@kroah.com>.
Loading