strip: move driver to staging
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Oct 2009 04:38:11 +0000 (13:38 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Oct 2009 20:50:33 +0000 (16:50 -0400)
commit955015bb0b42167d14f776ff5947ae2463a974dc
tree335f775a2a99befc72c60d4388d54337d89a17a2
parent0869aea0eb711982cd2b8bebf41b3c0191c89cde
strip: move driver to staging

Move the strip ("Starmode Radio IP") driver to drivers/staging.  For
several years this driver has only seen API "bombing-run" changes, and
few people ever had the hardware.  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/strip/Kconfig [new file with mode: 0644]
drivers/staging/strip/Makefile [new file with mode: 0644]
drivers/staging/strip/strip.c [moved from drivers/net/wireless/strip.c with 100% similarity]