kernel/3.1[02]: add Winbond W25X05 SPI flash support
[openwrt.git] / target / linux / generic / patches-3.12 / 255-lib80211_kconfig_hacks.patch
1 --- a/net/wireless/Kconfig
2 +++ b/net/wireless/Kconfig
3 @@ -149,13 +149,13 @@ config LIB80211
4           Drivers should select this themselves if needed.
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"