mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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:
|
||
|---|---|---|
| .. | ||
| boot_loader.h | ||
| cfg80211.c | ||
| debug.c | ||
| debugfs.c | ||
| ethtool.c | ||
| fw.c | ||
| fw.h | ||
| fw_inc.c | ||
| interrupt.c | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| netdev.c | ||
| p2p.c | ||
| pcie_bus.c | ||
| pm.c | ||
| pmc.c | ||
| pmc.h | ||
| rx_reorder.c | ||
| trace.c | ||
| trace.h | ||
| txrx.c | ||
| txrx.h | ||
| txrx_edma.c | ||
| txrx_edma.h | ||
| wil6210.h | ||
| wil_crash_dump.c | ||
| wil_platform.c | ||
| wil_platform.h | ||
| wmi.c | ||
| wmi.h | ||