linux/drivers/net/wireless/ath/wil6210
Arnd Bergmann e186620d7b wil6210: select CONFIG_CRC32
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: 151a970650 ("wil6210: firmware download")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-01-05 15:50:36 -08:00
..
boot_loader.h
cfg80211.c wil6210: Demote non-kerneldoc headers to standard comment blocks 2020-08-17 13:20:15 +03:00
debug.c
debugfs.c wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init' 2020-08-27 13:20:52 +03:00
ethtool.c wil6210: reject unsupported coalescing params 2020-03-06 22:45:55 -08:00
fw.c
fw.h wil6210: Replace zero-length array with flexible-array 2020-05-12 10:35:16 +03:00
fw_inc.c
interrupt.c wil6210: interrupt: Demote comment header which is clearly not kernel-doc 2020-08-31 18:18:33 +03:00
Kconfig wil6210: select CONFIG_CRC32 2021-01-05 15:50:36 -08:00
main.c wil6210: use true,false for bool variable 2020-01-26 12:19:14 +02:00
Makefile
netdev.c
p2p.c
pcie_bus.c
pm.c
pmc.c wil6210: pmc: Demote a few nonconformant kernel-doc function headers 2020-08-31 18:18:40 +03:00
pmc.h
rx_reorder.c
trace.c
trace.h
txrx.c wil6210: txrx: Demote obvious abuse of kernel-doc 2020-08-31 18:18:35 +03:00
txrx.h
txrx_edma.c wil6210: txrx_edma: Demote comments which are clearly not kernel-doc 2020-08-31 18:18:38 +03:00
txrx_edma.h
wil6210.h
wil_crash_dump.c
wil_platform.c wil6210: wil_platform: Demote kernel-doc header to standard comment block 2020-08-31 18:18:43 +03:00
wil_platform.h
wmi.c wil6210: wmi: Correct misnamed function parameter 'ptr_' 2020-11-07 10:09:56 +02:00
wmi.h wil6210: Replace zero-length array with flexible-array 2020-05-12 10:35:16 +03:00