050-lib80211_option.patch 702 B

12345678910111213141516171819202122232425262728293031323334
  1. --- a/net/wireless/Kconfig
  2. +++ b/net/wireless/Kconfig
  3. @@ -187,7 +187,7 @@ config CFG80211_WEXT_EXPORT
  4. endif # CFG80211
  5. config LIB80211
  6. - tristate
  7. + tristate "lib80211"
  8. depends on m
  9. default n
  10. help
  11. @@ -197,19 +197,19 @@ config LIB80211
  12. Drivers should select this themselves if needed.
  13. config LIB80211_CRYPT_WEP
  14. - tristate
  15. + tristate "lib80211 WEP support"
  16. depends on m
  17. select BPAUTO_CRYPTO_LIB_ARC4
  18. config LIB80211_CRYPT_CCMP
  19. - tristate
  20. + tristate "lib80211 CCMP support"
  21. depends on m
  22. depends on CRYPTO
  23. depends on CRYPTO_AES
  24. depends on CRYPTO_CCM
  25. config LIB80211_CRYPT_TKIP
  26. - tristate
  27. + tristate "lib80211 TKIP support"
  28. depends on m
  29. select BPAUTO_CRYPTO_LIB_ARC4