]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: otus: Add select WEXT_PRIV to Kconfig to prevent build failure
authorPeter Huewe <peterhuewe@gmx.de>
Fri, 8 Jan 2010 08:09:12 +0000 (09:09 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:40 +0000 (16:42 -0800)
commit95702ef05b9b6554c2669bdb9a6121af9f034171
treecd83ccb5afc3feeb17ffa0434625dc8f940755db
parent0df28be06e08b9a53c26a53974bf3afea4928b3e
Staging: otus: Add select WEXT_PRIV to Kconfig to prevent build failure

Without WEXT_PRIV set the driver 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>
drivers/staging/otus/Kconfig