362819302129dd8aac69dcff6f71dfde418b5f42
[openwrt.git] / target / linux / generic / patches-3.14 / 255-lib80211_kconfig_hacks.patch
1 --- a/net/wireless/Kconfig
2 +++ b/net/wireless/Kconfig
3 @@ -140,7 +140,7 @@ config CFG80211_WEXT
4           extensions with cfg80211-based drivers.
5  
6  config LIB80211
7 -       tristate
8 +       tristate "LIB80211"
9         default n
10         help
11           This options enables a library of common routines used
12 @@ -149,13 +149,16 @@ config LIB80211
13           Drivers should select this themselves if needed.
14  
15  config LIB80211_CRYPT_WEP
16 -       tristate
17 +       tristate "LIB80211_CRYPT_WEP"
18 +       select LIB80211
19  
20  config LIB80211_CRYPT_CCMP
21 -       tristate
22 +       tristate "LIB80211_CRYPT_CCMP"
23 +       select LIB80211
24  
25  config LIB80211_CRYPT_TKIP
26 -       tristate
27 +       tristate "LIB80211_CRYPT_TKIP"
28 +       select LIB80211
29  
30  config LIB80211_DEBUG
31         bool "lib80211 debugging messages"