summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Kconfig
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2018-02-18 14:37:38 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-02-19 18:06:35 +0100
commit2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7 (patch)
tree3774c21823ba233ea68b296cc87aff69cbc6e74c /drivers/staging/rtl8188eu/Kconfig
parentfd161c61984276acf174cbd0c840fe8856b2191c (diff)
downloadlinux-2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7.tar.bz2
staging:r8188eu: Use lib80211 to decrypt WEP-frames
Use native lib80211 WEP decrypt instead of custom implementation. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/Kconfig')
-rw-r--r--drivers/staging/rtl8188eu/Kconfig2
1 files changed, 2 insertions, 0 deletions
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.