]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: rt28x0: Add proper selection of WIRELESS_EXT and WEXT_PRIV
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 2 Nov 2009 15:25:32 +0000 (16:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:23:16 +0000 (12:23 -0800)
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.

[ patch description borrowed from the previous fix for wireless staging
  drivers ("staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV")
  authored by Larry Finger ]

Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/Kconfig
drivers/staging/rt2870/Kconfig

index bd5f8666dde276168b75507b717052e630e62bb7..f9962b6931284197f420d337dd26cad1ce9433b1 100644 (file)
@@ -1,6 +1,8 @@
 config RT2860
        tristate "Ralink 2860/3090 wireless support"
        depends on PCI && X86 && WLAN
+       select WIRELESS_EXT
+       select WEXT_PRIV
        ---help---
          This is an experimental driver for the Ralink 2860 and 3090
          wireless chips.
index aea5c8221810c5dc22b25cb59a2860fcb30247b3..fd3ba3a3b127a66a4ee7fb90f9978c747c3b8ec9 100644 (file)
@@ -1,5 +1,7 @@
 config RT2870
        tristate "Ralink 2870/3070 wireless support"
        depends on USB && X86 && WLAN
+       select WIRELESS_EXT
+       select WEXT_PRIV
        ---help---
          This is an experimental driver for the Ralink xx70 wireless chips.