diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-20 16:58:39 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-20 16:58:39 +0300 |
| commit | a0a94cc7b0bc05b7ec3cb13f062fde96476e3ccd (patch) | |
| tree | c1c71273970ca88e62bf6033bc5dfc122803eee5 | |
| parent | 8436f932d84b1d53d2f4a2fa88c7aacdb0313265 (diff) | |
| download | linux-a0a94cc7b0bc05b7ec3cb13f062fde96476e3ccd.tar.xz | |
Revert "staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIP"
This reverts commit 243d040a6e4ae95408e133269dd72be2ba03dd48 as it
conflicts with a change and fix coming in through the crypto tree as
reported by Stephen and Herbert.
Cc: Necip Fazil Yildiran <fazilyildiran@gmail.com>
Fixes: 243d040a6e4a ("staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIP")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/rtl8192e/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/Kconfig b/drivers/staging/rtl8192e/Kconfig index 31e076cc6f16..4236a3794f0f 100644 --- a/drivers/staging/rtl8192e/Kconfig +++ b/drivers/staging/rtl8192e/Kconfig @@ -26,7 +26,6 @@ config RTLLIB_CRYPTO_CCMP config RTLLIB_CRYPTO_TKIP tristate "Support for rtllib TKIP crypto" depends on RTLLIB - select CRYPTO select CRYPTO_ARC4 select CRYPTO_MICHAEL_MIC default y |
