From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> --- Has this been omitted on purpose?? drivers/net/wireless/Kconfig | 1 + 1 file changed, 1 insertion(+) --- lnx-2634-rc7.orig/drivers/net/wireless/Kconfig +++ lnx-2634-rc7/drivers/net/wireless/Kconfig @@ -5,6 +5,7 @@ menuconfig WLAN bool "Wireless LAN" depends on !S390 + depends on NET select WIRELESS default y ---help--- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html