]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
wil6210: select CONFIG_CRC32
authorArnd Bergmann <arnd@arndb.de>
Sun, 3 Jan 2021 21:36:20 +0000 (22:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jan 2021 23:50:36 +0000 (15:50 -0800)
Without crc32, the driver fails to link:

arm-linux-gnueabi-ld: drivers/net/wireless/ath/wil6210/fw.o: in function `wil_fw_verify':
fw.c:(.text+0x74c): undefined reference to `crc32_le'
arm-linux-gnueabi-ld: drivers/net/wireless/ath/wil6210/fw.o:fw.c:(.text+0x758): more undefined references to `crc32_le' follow

Fixes: 151a9706503f ("wil6210: firmware download")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/ath/wil6210/Kconfig

index 6a95b199bf626f35e836385d51dd0408b04cf13f..f074e9c31aa22267bdc07a78bb84a5cca59fd8be 100644 (file)
@@ -2,6 +2,7 @@
 config WIL6210
        tristate "Wilocity 60g WiFi card wil6210 support"
        select WANT_DEV_COREDUMP
+       select CRC32
        depends on CFG80211
        depends on PCI
        default n