Commit 87bb53b7 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Greg Kroah-Hartman

staging: rtl819x: select CONFIG_CRC32

Without crc32 support, the drivers fail to link:

ERROR: modpost: "crc32_le" [drivers/staging/rtl8192e/rtllib_crypt_wep.ko] undefined!
ERROR: modpost: "crc32_le" [drivers/staging/rtl8192e/rtllib_crypt_tkip.ko] undefined!
ERROR: modpost: "crc32_le" [drivers/staging/rtl8192u/r8192u_usb.ko] undefined!
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210103214034.1995821-1-arnd@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 57a408eb
...@@ -3,6 +3,7 @@ config RTLLIB ...@@ -3,6 +3,7 @@ config RTLLIB
tristate "Support for rtllib wireless devices" tristate "Support for rtllib wireless devices"
depends on WLAN && m depends on WLAN && m
select LIB80211 select LIB80211
select CRC32
help help
If you have a wireless card that uses rtllib, say If you have a wireless card that uses rtllib, say
Y. Currently the only card is the rtl8192e. Y. Currently the only card is the rtl8192e.
......
...@@ -5,6 +5,7 @@ config RTL8192U ...@@ -5,6 +5,7 @@ config RTL8192U
depends on m depends on m
select WIRELESS_EXT select WIRELESS_EXT
select WEXT_PRIV select WEXT_PRIV
select CRC32
select CRYPTO select CRYPTO
select CRYPTO_AES select CRYPTO_AES
select CRYPTO_CCM select CRYPTO_CCM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment