AA: mac80211: sync with trunk r41113
[12.09/openwrt.git] / package / mac80211 / patches / 050-lib80211_option.patch
1 --- a/net/wireless/Kconfig
2 +++ b/net/wireless/Kconfig
3 @@ -160,7 +160,7 @@ config CFG80211_WEXT
4           extensions with cfg80211-based drivers.
5  
6  config LIB80211
7 -       tristate
8 +       tristate "lib80211"
9         depends on m
10         default n
11         help
12 @@ -170,15 +170,15 @@ config LIB80211
13           Drivers should select this themselves if needed.
14  
15  config LIB80211_CRYPT_WEP
16 -       tristate
17 +       tristate "lib80211 WEP support"
18         depends on m
19  
20  config LIB80211_CRYPT_CCMP
21 -       tristate
22 +       tristate "lib80211 CCMP support"
23         depends on m
24  
25  config LIB80211_CRYPT_TKIP
26 -       tristate
27 +       tristate "lib80211 TKIP support"
28         depends on m
29  
30  config LIB80211_DEBUG