diff options
author | John W. Linville <linville@tuxdriver.com> | 2009-10-20 08:53:08 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 23:50:33 +0300 |
commit | e38879efd336fb78b288dcebdc9ca030fd24f449 (patch) | |
tree | 61e0caaf24485474e52085658e46909e822a7fc0 /drivers/net/wireless/Makefile | |
parent | 955015bb0b42167d14f776ff5947ae2463a974dc (diff) | |
download | linux-e38879efd336fb78b288dcebdc9ca030fd24f449.tar.xz |
arlan: move driver to staging
Move the arlan driver to drivers/staging. This is another pre-802.11
driver that has seen virtually no non-API-fixup activity in years, and
for which no active hardware is likely to still exist. This driver
represents unnecessary ongoing maintenance for no clear benefit.
This patch brought to you by the "hacking" session at the 2009 Kernel
Summit in Tokyo, Japan...
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Makefile')
-rw-r--r-- | drivers/net/wireless/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile index 527c272aa1af..b56c70f4ca75 100644 --- a/drivers/net/wireless/Makefile +++ b/drivers/net/wireless/Makefile @@ -5,10 +5,6 @@ obj-$(CONFIG_IPW2100) += ipw2x00/ obj-$(CONFIG_IPW2200) += ipw2x00/ -obj-$(CONFIG_ARLAN) += arlan.o - -arlan-objs := arlan-main.o arlan-proc.o - # Obsolete cards obj-$(CONFIG_WAVELAN) += wavelan.o obj-$(CONFIG_PCMCIA_NETWAVE) += netwave_cs.o |