From 2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7 Mon Sep 17 00:00:00 2001 From: Ivan Safonov Date: Sun, 18 Feb 2018 14:37:38 +0300 Subject: staging:r8188eu: Use lib80211 to decrypt WEP-frames Use native lib80211 WEP decrypt instead of custom implementation. Signed-off-by: Ivan Safonov Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/rtl8188eu/Kconfig') diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig index cb836c59d564..d787a091d3c1 100644 --- a/drivers/staging/rtl8188eu/Kconfig +++ b/drivers/staging/rtl8188eu/Kconfig @@ -4,6 +4,8 @@ config R8188EU depends on m select WIRELESS_EXT select WEXT_PRIV + select LIB80211 + select LIB80211_CRYPT_WEP ---help--- This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N. If built as a module, it will be called r8188eu. -- cgit v1.2.3