Skip to content

Commit cb7abd1

Browse files
arndbgregkh
authored andcommitted
staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4
The other rtlwifi drivers already have this, but r8723bs was converted to the generic implementation without adding the select: ERROR: modpost: "arc4_crypt" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! ERROR: modpost: "arc4_setkey" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! Fixes: 1b11e89 ("staging: rtl8723bs: replace private arc4 encryption with in-kernel one") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20210721153550.3624490-1-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 990e4ad commit cb7abd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8723bs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config RTL8723BS
55
depends on m
66
select WIRELESS_EXT
77
select WEXT_PRIV
8+
select CRYPTO_LIB_ARC4
89
help
910
This option enables support for RTL8723BS SDIO drivers, such as
1011
the wifi found on the 1st gen Intel Compute Stick, the CHIP

0 commit comments

Comments
 (0)