The warnings were originating in the Kconfig file and were
essentially, asking for more information to display. A quick google
search returned the patch that separated the rtl driver from 2011
into several separate drivers in order to comply with a certain
IEEE standard.

Signed-off-by: Luz Angel Orejel <deutsch...@gmail.com>
---
 drivers/staging/rtl8192e/Kconfig |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/Kconfig b/drivers/staging/rtl8192e/Kconfig
index 4602a47..cc800a3 100644
--- a/drivers/staging/rtl8192e/Kconfig
+++ b/drivers/staging/rtl8192e/Kconfig
@@ -17,7 +17,10 @@ config RTLLIB_CRYPTO_CCMP
        select CRYPTO_AES
        default y
        ---help---
-         CCMP crypto driver for rtllib.
+         CCMP crypto driver for rtllib. This makes
+          the driver compliant with the IEEE 80211i
+          standard. Refer to said standard for more
+          details.
 
          If you enabled RTLLIB, you want this.
 
@@ -28,7 +31,9 @@ config RTLLIB_CRYPTO_TKIP
        select CRYPTO_MICHAEL_MIC
        default y
        ---help---
-         TKIP crypto driver for rtllib.
+         TKIP crypto driver for rtllib.This makes
+          the driver comply with IEEE 80211i standard.
+          Refer to said standard for further details.
 
          If you enabled RTLLIB, you want this.
 
@@ -39,6 +44,8 @@ config RTLLIB_CRYPTO_WEP
        default y
        ---help---
          TKIP crypto driver for rtllib.
+          This makes the driver comply with IEEE
+          80211i standard.
 
          If you enabled RTLLIB, you want this.
 
-- 
1.7.10.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to