Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff0b8046 authored by Randy Dunlap's avatar Randy Dunlap Committed by John W. Linville
Browse files

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
3c6af5b5:
    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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Cc: Luciano Coelho <luciano.coelho@nokia.com>
Cc: John W. Linville <linville@tuxdriver.com>
Acked-by: default avatarLuciano Coelho <coelho@ti.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent bed3d9c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
config WLCORE
config WLCORE
	tristate "TI wlcore support"
	tristate "TI wlcore support"
	depends on WL_TI && GENERIC_HARDIRQS && MAC80211
	depends on WL_TI && GENERIC_HARDIRQS && MAC80211
	depends on INET
	select FW_LOADER
	select FW_LOADER
	---help---
	---help---
	  This module contains the main code for TI WLAN chips.  It abstracts
	  This module contains the main code for TI WLAN chips.  It abstracts