2013-06-15 20:14:06 +00:00
|
|
|
--- a/net/wireless/Kconfig
|
|
|
|
+++ b/net/wireless/Kconfig
|
2019-07-06 22:08:20 +00:00
|
|
|
@@ -186,7 +186,7 @@ config CFG80211_WEXT_EXPORT
|
2018-09-23 16:02:35 +00:00
|
|
|
endif # CFG80211
|
2013-06-15 20:14:06 +00:00
|
|
|
|
|
|
|
config LIB80211
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211"
|
|
|
|
depends on m
|
|
|
|
default n
|
|
|
|
help
|
2019-08-03 10:30:38 +00:00
|
|
|
@@ -196,16 +196,16 @@ config LIB80211
|
2013-06-15 20:14:06 +00:00
|
|
|
Drivers should select this themselves if needed.
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_WEP
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211 WEP support"
|
|
|
|
depends on m
|
2019-08-03 10:30:38 +00:00
|
|
|
select BPAUTO_CRYPTO_LIB_ARC4
|
2013-06-15 20:14:06 +00:00
|
|
|
|
|
|
|
config LIB80211_CRYPT_CCMP
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211 CCMP support"
|
|
|
|
depends on m
|
|
|
|
|
|
|
|
config LIB80211_CRYPT_TKIP
|
|
|
|
- tristate
|
|
|
|
+ tristate "lib80211 TKIP support"
|
|
|
|
depends on m
|
2019-08-03 10:30:38 +00:00
|
|
|
select BPAUTO_CRYPTO_LIB_ARC4
|
2013-06-15 20:14:06 +00:00
|
|
|
|