]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: select CONFIG_CRC32
authorArnd Bergmann <arnd@arndb.de>
Sun, 3 Jan 2021 21:36:21 +0000 (22:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jan 2021 23:50:36 +0000 (15:50 -0800)
commit8aa8d602e9af2debe46d83c3d56c8b897fda6f9a
treeaa850f76493b6bc33b810fee588858a62b049d16
parent210a4070b650749b036a7649121b90d73fcb0994
cfg80211: select CONFIG_CRC32

Without crc32 support, this fails to link:

arm-linux-gnueabi-ld: net/wireless/scan.o: in function `cfg80211_scan_6ghz':
scan.c:(.text+0x928): undefined reference to `crc32_le'

Fixes: 45086b3be9a4 ("nl80211/cfg80211: support 6 GHz scanning")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/wireless/Kconfig