Skip to content

Commit

Permalink
Staging: wlan-ng: Add select WEXT_PRIV to Kconfig to prevent build fa…
Browse files Browse the repository at this point in the history
…ilure

Without WEXT_PRIV set the p80211wext.c fails to build due to unknown fields in
the iw_handler_def struct.
Those fields are enclosed in WEXT_PRIV conditionals in the prototype
of iw_handler_def in include/net/iw_handler.h

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Acked-by: Simon Horman <horms@verge.net.au>
Cc: stable <stable@kernel.org>  [2.6.33 only]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 733acf9 commit 8a8e297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/wlan-ng/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config PRISM2_USB
tristate "Prism2.5/3 USB driver"
depends on WLAN && USB
select WIRELESS_EXT
select WEXT_PRIV
default n
---help---
This is the wlan-ng prism 2.5/3 USB driver for a wide range of
Expand Down

0 comments on commit 8a8e297

Please sign in to comment.