kernel: add a PATCHES text file describing the new patch categories
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.38 / 978-lib80211_kconfig_hacks.patch
1 --- a/net/wireless/Kconfig
2 +++ b/net/wireless/Kconfig
3 @@ -142,13 +142,13 @@ config LIB80211
4 you want this built into your kernel.
5
6 config LIB80211_CRYPT_WEP
7 - tristate
8 + tristate "LIB80211_CRYPT_WEP"
9
10 config LIB80211_CRYPT_CCMP
11 - tristate
12 + tristate "LIB80211_CRYPT_CCMP"
13
14 config LIB80211_CRYPT_TKIP
15 - tristate
16 + tristate "LIB80211_CRYPT_TKIP"
17
18 config LIB80211_DEBUG
19 bool "lib80211 debugging messages"