]> bbs.cooldavid.org Git - net-next-2.6.git/commit
wireless: depends on NET
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 10 May 2010 16:24:29 +0000 (09:24 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 May 2010 18:56:49 +0000 (14:56 -0400)
commit9459d59fbf0bc82ff4c804679fa8bc22788eca63
tree63f62db70f33cf78f6880aa179dfc753108103d1
parenta6bc03a07f8676d336e697914e9fe6cd54474ad1
wireless: depends on NET

When CONFIG_NET is disabled, the attempt to build wext-priv.c
fails with:

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

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/Kconfig