arlan: move driver to staging
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Oct 2009 04:53:08 +0000 (13:53 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Oct 2009 20:50:33 +0000 (16:50 -0400)
commite38879efd336fb78b288dcebdc9ca030fd24f449
tree61e0caaf24485474e52085658e46909e822a7fc0
parent955015bb0b42167d14f776ff5947ae2463a974dc
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>
drivers/net/wireless/Kconfig
drivers/net/wireless/Makefile
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/arlan/Kconfig [new file with mode: 0644]
drivers/staging/arlan/Makefile [new file with mode: 0644]
drivers/staging/arlan/arlan-main.c [moved from drivers/net/wireless/arlan-main.c with 100% similarity]
drivers/staging/arlan/arlan-proc.c [moved from drivers/net/wireless/arlan-proc.c with 100% similarity]
drivers/staging/arlan/arlan.h [moved from drivers/net/wireless/arlan.h with 100% similarity]