linux/drivers/net/wireless/ti/wlcore
Randy Dunlap ff0b804632 wlcore: drop INET dependency
Mainline build reports:

warning: (WL12XX) selects WLCORE which has unmet direct dependencies (NETDEVICES && WLAN && WL_TI && GENERIC_HARDIRQS && MAC80211 && INET)

The INET dependency was added in commit
3c6af5b54fe74b6e56efadc22927e4055d00e9fc:
    wl1271_main.c:(.text+0x271052): undefined reference to `unregister_inetaddr_
notifier'
    wl1271_main.c:(.text+0x2714d7): undefined reference to `register_inetaddr_no
tifier'

    Driver is doing some filtering based on IP addresses...

but this driver no longer has that code and it builds fine even when
CONFIG_INET is not enabled, so drop that dependency and eliminate the
kconfig warning message.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Luciano Coelho <luciano.coelho@nokia.com>
Cc: John W. Linville <linville@tuxdriver.com>
Acked-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-06-25 15:14:13 -04:00
..
Kconfig wlcore: drop INET dependency 2012-06-25 15:14:13 -04:00
Makefile
acx.c wlcore: fix undefined symbols when CONFIG_PM is not defined 2012-05-29 13:45:23 -04:00
acx.h wlcore: fix undefined symbols when CONFIG_PM is not defined 2012-05-29 13:45:23 -04:00
boot.c wlcore/wl12xx: implement better beacon loss handling 2012-05-15 17:53:25 -04:00
boot.h
cmd.c wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp() 2012-05-15 17:53:24 -04:00
cmd.h
conf.h
debug.h
debugfs.c
debugfs.h
event.c wlcore/wl12xx: implement better beacon loss handling 2012-05-15 17:53:25 -04:00
event.h
hw_ops.h
ini.h
init.c
init.h
io.c
io.h
main.c wlcore: fix some sparse warnings due to missing static declaration 2012-05-16 13:08:30 -04:00
ps.c
ps.h
rx.c wlcore: fix undefined symbols when CONFIG_PM is not defined 2012-05-29 13:45:23 -04:00
rx.h wlcore: add RX filters driver state mgmt functions 2012-05-15 17:53:23 -04:00
scan.c
scan.h
sdio.c
spi.c
testmode.c
testmode.h
tx.c
tx.h
wl12xx.h wl12xx: support wowlan wakeup patterns 2012-05-15 17:53:23 -04:00
wl12xx_80211.h
wl12xx_platform_data.c
wlcore.h wlcore/wl12xx: implement better beacon loss handling 2012-05-15 17:53:25 -04:00