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

Commit 3c6af5b5 authored by John W. Linville's avatar John W. Linville
Browse files

wl1271: depend on INET



wl1271_main.c:(.text+0x271052): undefined reference to `unregister_inetaddr_notifier'
wl1271_main.c:(.text+0x2714d7): undefined reference to `register_inetaddr_notifier'

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

Acked-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent fa867e73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ config WL1251_SDIO
config WL1271
	tristate "TI wl1271 support"
	depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
	depends on INET
	select FW_LOADER
	select CRC7
	---help---