staging/wireless: don't build when NET etc. are not enabled
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 6 Nov 2009 23:35:15 +0000 (15:35 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 20:23:48 +0000 (15:23 -0500)
commit6a6a5c7af130e703c23d23ebe3cde23e079e554e
tree4a0902bf198530221b6117e71cb0650e9ac400d3
parent309e731a619bee28ace609b0c4c3a0029b7e5394
staging/wireless: don't build when NET etc. are not enabled

These wireless drivers in staging could be built when
CONFIG_NET=n, CONFIG_NETDEVICES=n, causing this build error:

net/wireless/wext-priv.c: In function 'ioctl_private_call':
net/wireless/wext-priv.c:206: error: implicit declaration of function 'call_commit_handler'

due to faulty selects.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/staging/arlan/Kconfig
drivers/staging/netwave/Kconfig
drivers/staging/wavelan/Kconfig