mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
cfg80211: select CONFIG_CRC32
[ Upstream commit152a8a6c01] 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:c8cb5b854b("nl80211/cfg80211: support 6 GHz scanning") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e558b38b5e
commit
4ac5d20182
@@ -21,6 +21,7 @@ config CFG80211
|
|||||||
tristate "cfg80211 - wireless configuration API"
|
tristate "cfg80211 - wireless configuration API"
|
||||||
depends on RFKILL || !RFKILL
|
depends on RFKILL || !RFKILL
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
|
select CRC32
|
||||||
# may need to update this when certificates are changed and are
|
# may need to update this when certificates are changed and are
|
||||||
# using a different algorithm, though right now they shouldn't
|
# using a different algorithm, though right now they shouldn't
|
||||||
# (this is here rather than below to allow it to be a module)
|
# (this is here rather than below to allow it to be a module)
|
||||||
|
|||||||
Reference in New Issue
Block a user