Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] fix typos in net/ieee80211/Kconfig

This is just a QA / cosmetic fix ..

[ "a modules" => "a module" ]

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Patrick Ringl and committed by
Linus Torvalds
0fa7d868 f5ae29e2

+3 -3
+3 -3
net/ieee80211/Kconfig
··· 38 38 Include software based cipher suites in support of IEEE 39 39 802.11's WEP. This is needed for WEP as well as 802.1x. 40 40 41 - This can be compiled as a modules and it will be called 41 + This can be compiled as a module and it will be called 42 42 "ieee80211_crypt_wep". 43 43 44 44 config IEEE80211_CRYPT_CCMP ··· 51 51 (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with CCMP enabled 52 52 networks. 53 53 54 - This can be compiled as a modules and it will be called 54 + This can be compiled as a module and it will be called 55 55 "ieee80211_crypt_ccmp". 56 56 57 57 config IEEE80211_CRYPT_TKIP ··· 66 66 (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled 67 67 networks. 68 68 69 - This can be compiled as a modules and it will be called 69 + This can be compiled as a module and it will be called 70 70 "ieee80211_crypt_tkip". 71 71 72 72 source "net/ieee80211/softmac/Kconfig"