Re: [PATCH 14/23] Staging: add w35und wifi driver

From: Geert Uytterhoeven
Date: Sat Oct 18 2008 - 16:55:56 EST


On Fri, 10 Oct 2008, Greg KH wrote:
> From: Pavel Machek <pavel@xxxxxxx>
>
> This is driver for w35und usb wifi -- also in kohjinsha

> --- /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

W35UND should depend on USB

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
---
drivers/staging/winbond/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/winbond/Kconfig
+++ b/drivers/staging/winbond/Kconfig
@@ -1,6 +1,6 @@
config W35UND
tristate "Winbond driver"
- depends on MAC80211 && WLAN_80211 && EXPERIMENTAL && !4KSTACKS
+ depends on MAC80211 && WLAN_80211 && USB && EXPERIMENTAL && !4KSTACKS
default n
---help---
This is highly experimental driver for winbond wifi card on some Kohjinsha notebooks

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/