diff options
author | John W. Linville <linville@tuxdriver.com> | 2009-10-28 16:16:38 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 16:50:34 -0400 |
commit | 4b5783549730da21d88b41dce9a2b738afa44abc (patch) | |
tree | c4cbe9c4ad6692cc97c77482cd8985d3b945ecd5 /drivers/net/wireless/Makefile | |
parent | 0234f84ebb00d36c48062befa5436eef36b71ccd (diff) | |
download | kernel_samsung_crespo-4b5783549730da21d88b41dce9a2b738afa44abc.zip kernel_samsung_crespo-4b5783549730da21d88b41dce9a2b738afa44abc.tar.gz kernel_samsung_crespo-4b5783549730da21d88b41dce9a2b738afa44abc.tar.bz2 |
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>
Diffstat (limited to 'drivers/net/wireless/Makefile')
-rw-r--r-- | drivers/net/wireless/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile index f4a7c8a..5d4ce4d 100644 --- a/drivers/net/wireless/Makefile +++ b/drivers/net/wireless/Makefile @@ -5,9 +5,6 @@ obj-$(CONFIG_IPW2100) += ipw2x00/ obj-$(CONFIG_IPW2200) += ipw2x00/ -# Obsolete cards -obj-$(CONFIG_PCMCIA_NETWAVE) += netwave_cs.o - obj-$(CONFIG_HERMES) += orinoco/ obj-$(CONFIG_AIRO) += airo.o |