All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8192e: add more information to Kconfig
@ 2016-03-22  9:48 Angel Orejel
  2016-03-22 15:39 ` sveta.orlik.code
  2016-03-22 21:13 ` [Outreachy kernel] " Greg KH
  0 siblings, 2 replies; 13+ messages in thread
From: Angel Orejel @ 2016-03-22  9:48 UTC (permalink / raw)
  To: outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 2041 bytes --]

[PATCH] staging: rtl8192e: add more information to Kconfig

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: deutschluz <deutschluz@gmail.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch first-patch
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       modified:   drivers/staging/rtl8192e/Kconfig
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       Kconf_warnings.txt
#       comedi_Kconfig_chkpatch.out
#       config
#       config-4.5
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.

[-- Attachment #2: Type: text/html, Size: 5995 bytes --]

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-03-25  7:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22  9:48 [PATCH] staging: rtl8192e: add more information to Kconfig Angel Orejel
2016-03-22 15:39 ` sveta.orlik.code
2016-03-22 16:14   ` Alison Schofield
2016-03-22 16:22     ` sveta.orlik.code
2016-03-22 17:55       ` Angel Orejel
2016-03-22 21:13 ` [Outreachy kernel] " Greg KH
     [not found]   ` <CAGLzxArcwTX1VnkSQs=wr_hpB=uoKPcPQ-WVMZXCDc1M8ZAmOg@mail.gmail.com>
     [not found]     ` <20160324025609.GB19662@kroah.com>
2016-03-24  5:09       ` Angel Orejel
2016-03-24  6:23         ` Julia Lawall
2016-03-24 13:56         ` Greg KH
2016-03-25  7:38           ` Angel Orejel
2016-03-25  7:45             ` Julia Lawall
2016-03-25  7:49               ` Angel Orejel
2016-03-25  7:56                 ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.