diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2010-01-07 15:21:35 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-15 12:06:05 -0400 |
commit | 98f7978e3205dc3e9585134056589d917cd1f4af (patch) | |
tree | 20aa6e4b406f925ae1ec59a93183812346d1ac79 | |
parent | 6f72375ac0ed045feba16739884b849fe1222826 (diff) |
Staging: wlan-ng: Add select WEXT_PRIV to Kconfig to prevent build failure
commit 8a8e29752dfdba014b866d3c587d3409e57263dd upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/wlan-ng/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wlan-ng/Kconfig b/drivers/staging/wlan-ng/Kconfig index f44294b0d8dc..f1af507ef922 100644 --- a/drivers/staging/wlan-ng/Kconfig +++ b/drivers/staging/wlan-ng/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config PRISM2_USB | 1 | config PRISM2_USB |
2 | tristate "Prism2.5/3 USB driver" | 2 | tristate "Prism2.5/3 USB driver" |
3 | depends on WLAN && USB && WIRELESS_EXT | 3 | depends on WLAN && USB && WIRELESS_EXT |
4 | select WEXT_PRIV | ||
4 | default n | 5 | default n |
5 | ---help--- | 6 | ---help--- |
6 | This is the wlan-ng prism 2.5/3 USB driver for a wide range of | 7 | This is the wlan-ng prism 2.5/3 USB driver for a wide range of |