netwave: move driver to staging
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 28 Oct 2009 20:16:38 +0000 (16:16 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Oct 2009 20:50:34 +0000 (16:50 -0400)
commit4b5783549730da21d88b41dce9a2b738afa44abc
treec4cbe9c4ad6692cc97c77482cd8985d3b945ecd5
parent0234f84ebb00d36c48062befa5436eef36b71ccd
netwave: move driver to staging

Move the netwave 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/netwave/Kconfig [new file with mode: 0644]
drivers/staging/netwave/Makefile [new file with mode: 0644]
drivers/staging/netwave/netwave_cs.c [moved from drivers/net/wireless/netwave_cs.c with 100% similarity]