2014-03-07 19:27:00 +08:00
|
|
|
--- a/net/wireless/Kconfig
|
|
|
|
+++ b/net/wireless/Kconfig
|
2014-11-01 07:27:27 +08:00
|
|
|
@@ -140,7 +140,7 @@ config CFG80211_WEXT
|
|
|
|
extensions with cfg80211-based drivers.
|
|
|
|
|
|
|
|
config LIB80211
|
|
|
|
- tristate
|
|
|
|
+ tristate "LIB80211"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This options enables a library of common routines used
|
|
|
|
@@ -149,13 +149,16 @@ config LIB80211
|
2014-03-07 19:27:00 +08:00
|
|
|
Drivers should select this themselves if needed.
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_WEP
|
|
|
|
- tristate
|
|
|
|
+ tristate "LIB80211_CRYPT_WEP"
|
2014-11-01 07:27:27 +08:00
|
|
|
+ select LIB80211
|
2014-03-07 19:27:00 +08:00
|
|
|
|
|
|
|
config LIB80211_CRYPT_CCMP
|
|
|
|
- tristate
|
|
|
|
+ tristate "LIB80211_CRYPT_CCMP"
|
2014-11-01 07:27:27 +08:00
|
|
|
+ select LIB80211
|
2014-03-07 19:27:00 +08:00
|
|
|
|
|
|
|
config LIB80211_CRYPT_TKIP
|
|
|
|
- tristate
|
|
|
|
+ tristate "LIB80211_CRYPT_TKIP"
|
2014-11-01 07:27:27 +08:00
|
|
|
+ select LIB80211
|
2014-03-07 19:27:00 +08:00
|
|
|
|
|
|
|
config LIB80211_DEBUG
|
|
|
|
bool "lib80211 debugging messages"
|