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: http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2011-November/023070.html The next piece of information comes from the realtek website: http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PFid=9&Level=3&Conn=5&ProdID=177 The article above highlights features regarding IEEE 80211* standards. The last piece of information is the wiki on standard 802.11i: https://en.wikipedia.org/wiki/IEEE_802.11i-2004 The article states that new protocols have been defined using the abbreviations: CCMP and TKI. So I concluded these modules help implement those new protocols. It goes on to say that these protocols amount to WPA2 support. Signed-off-by: Angel Orejel <deutschluz@xxxxxxxxx> --- 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 devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel