From 66101de10957e07a6fd0365d5af9adf650246d14 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 1 Oct 2008 14:36:56 +0200 Subject: Staging: add w35und wifi driver This is driver for w35und usb wifi -- also in kohjinsha subnotebook. It should work well enough to associate and ping, but it obviously needs to be rewritten two more times... OTOH worst horrors (like embedded wifi stack) should have been fixed already... Signed-off-by: Pavel Machek Signed-off-by: Greg Kroah-Hartman --- drivers/staging/winbond/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 drivers/staging/winbond/Kconfig (limited to 'drivers/staging/winbond/Kconfig') diff --git a/drivers/staging/winbond/Kconfig b/drivers/staging/winbond/Kconfig new file mode 100644 index 000000000000..10d72bec88a9 --- /dev/null +++ b/drivers/staging/winbond/Kconfig @@ -0,0 +1,7 @@ +config W35UND + tristate "Winbond driver" + depends on MAC80211 && WLAN_80211 && EXPERIMENTAL && !4KSTACKS + default n + ---help--- + This is highly experimental driver for winbond wifi card on some Kohjinsha notebooks + Check http://code.google.com/p/winbondport/ for new version -- cgit v1.2.3