2009-10-01 18:22:28

by Larry Finger

[permalink] [raw]
Subject: [PATCH] staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV

After the incorporation of the patch entitled "wext: refactor", some
of the wireless drivers in drivers/staging fail to build because they
need to have CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV defined.

Signed-off-by: Larry Finger <[email protected]>
---

John,

I know that Greg K-H maintains staging, but I sent this to you because
your tree is the only one affected at the moment. Greg is Cc'd.

Larry
---

Index: wireless-testing/drivers/staging/rtl8187se/Kconfig
===================================================================
--- wireless-testing.orig/drivers/staging/rtl8187se/Kconfig
+++ wireless-testing/drivers/staging/rtl8187se/Kconfig
@@ -1,6 +1,7 @@
config RTL8187SE
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
depends on PCI
- depends on WIRELESS_EXT
+ select WIRELESS_EXT
+ select WEXT_PRIV
default N
---help---
Index: wireless-testing/drivers/staging/rtl8192e/Kconfig
===================================================================
--- wireless-testing.orig/drivers/staging/rtl8192e/Kconfig
+++ wireless-testing/drivers/staging/rtl8192e/Kconfig
@@ -1,6 +1,7 @@
config RTL8192E
tristate "RealTek RTL8192E Wireless LAN NIC driver"
depends on PCI
- depends on WIRELESS_EXT
+ select WIRELESS_EXT
+ select WEXT_PRIV
default N
---help---
Index: wireless-testing/drivers/staging/vt6655/Kconfig
===================================================================
--- wireless-testing.orig/drivers/staging/vt6655/Kconfig
+++ wireless-testing/drivers/staging/vt6655/Kconfig
@@ -1,6 +1,8 @@
config VT6655
tristate "VIA Technologies VT6655 support"
- depends on WIRELESS_EXT && PCI
+ depends on PCI
+ select WIRELESS_EXT
+ select WEXT_PRIV
---help---
This is a vendor-written driver for VIA VT6655.

Index: wireless-testing/drivers/staging/vt6656/Kconfig
===================================================================
--- wireless-testing.orig/drivers/staging/vt6656/Kconfig
+++ wireless-testing/drivers/staging/vt6656/Kconfig
@@ -1,6 +1,8 @@
config VT6656
tristate "VIA Technologies VT6656 support"
- depends on WIRELESS_EXT && USB
+ depends on USB
+ select WIRELESS_EXT
+ select WEXT_PRIV
---help---
This is a vendor-written driver for VIA VT6656.



2009-10-01 18:30:05

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH] staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV

On Thu, Oct 01, 2009 at 01:22:27PM -0500, Larry Finger wrote:
> After the incorporation of the patch entitled "wext: refactor", some
> of the wireless drivers in drivers/staging fail to build because they
> need to have CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV defined.
>
> Signed-off-by: Larry Finger <[email protected]>
> ---
>
> John,
>
> I know that Greg K-H maintains staging, but I sent this to you because
> your tree is the only one affected at the moment. Greg is Cc'd.
>
> Larry

Hmmm...OK, I suppose I'll just carry this one -- I doubt if it will
cause a problem during the 2.6.33 merge window unless one of these
drivers actually disappears from staging anyway...

John
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.