Commit 23d1d3d9 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman

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: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 62eb734b
config RT2860 config RT2860
tristate "Ralink 2860/3090 wireless support" tristate "Ralink 2860/3090 wireless support"
depends on PCI && X86 && WLAN depends on PCI && X86 && WLAN
select WIRELESS_EXT
select WEXT_PRIV
---help--- ---help---
This is an experimental driver for the Ralink 2860 and 3090 This is an experimental driver for the Ralink 2860 and 3090
wireless chips. wireless chips.
config RT2870 config RT2870
tristate "Ralink 2870/3070 wireless support" tristate "Ralink 2870/3070 wireless support"
depends on USB && X86 && WLAN depends on USB && X86 && WLAN
select WIRELESS_EXT
select WEXT_PRIV
---help--- ---help---
This is an experimental driver for the Ralink xx70 wireless chips. This is an experimental driver for the Ralink xx70 wireless chips.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment