Skip to content

Commit

Permalink
Staging: rt28x0: Add proper selection of WIRELESS_EXT and WEXT_PRIV
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 62eb734 commit 23d1d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/rt2860/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions drivers/staging/rt2870/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 23d1d3d

Please sign in to comment.