2017-09-06 19:19:45 +08:00
|
|
|
--- a/net/wireless/Kconfig
|
|
|
|
+++ b/net/wireless/Kconfig
|
2020-05-27 00:17:15 +08:00
|
|
|
@@ -185,7 +185,7 @@ config CFG80211_WEXT_EXPORT
|
2018-09-26 23:33:12 +08:00
|
|
|
endif # CFG80211
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
config LIB80211
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211"
|
|
|
|
depends on m
|
|
|
|
default n
|
|
|
|
help
|
2020-05-27 00:17:15 +08:00
|
|
|
@@ -195,15 +195,15 @@ config LIB80211
|
2017-09-06 19:19:45 +08:00
|
|
|
Drivers should select this themselves if needed.
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_WEP
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211 WEP support"
|
|
|
|
depends on m
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_CCMP
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211 CCMP support"
|
|
|
|
depends on m
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_TKIP
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211 TKIP support"
|
|
|
|
depends on m
|
|
|
|
|
2020-05-27 00:17:15 +08:00
|
|
|
config LIB80211_DEBUG
|