aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-11-02 16:25:32 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:16 -0800
commit23d1d3d92283d6888e8e595cd52848728cd3da35 (patch)
tree9401bc63c7b0ba91591b388015ffda2b47e9b851 /drivers/staging/rt2860
parentStaging: rt28x0: remove typedefs (part three) (diff)
downloadlinux-dev-23d1d3d92283d6888e8e595cd52848728cd3da35.tar.xz
linux-dev-23d1d3d92283d6888e8e595cd52848728cd3da35.zip
Staging: rt28x0: 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. [ 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>
Diffstat (limited to 'drivers/staging/rt2860')
-rw-r--r--drivers/staging/rt2860/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rt2860/Kconfig b/drivers/staging/rt2860/Kconfig
index bd5f8666dde2..f9962b693128 100644
--- a/drivers/staging/rt2860/Kconfig
+++ b/drivers/staging/rt2860/Kconfig
@@ -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.