summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Kconfig
diff options
context:
space:
mode:
authorIvan Safonov2018-02-18 12:37:38 +0100
committerGreg Kroah-Hartman2018-02-19 18:06:35 +0100
commit2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7 (patch)
tree3774c21823ba233ea68b296cc87aff69cbc6e74c /drivers/staging/rtl8188eu/Kconfig
parentstaging: rtl8712: fix signedness of length to rtl8717_set_ie (diff)
downloadkernel-qcow2-linux-2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7.tar.gz
kernel-qcow2-linux-2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7.tar.xz
kernel-qcow2-linux-2b2ea09e74a52fe07f1b8f02cb78d523ac348dc7.zip
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.