050-lib80211_option.patch 622 B

123456789101112131415161718192021222324252627282930
  1. --- a/net/wireless/Kconfig
  2. +++ b/net/wireless/Kconfig
  3. @@ -171,7 +171,7 @@ config CFG80211_WEXT_EXPORT
  4. wext compatibility symbols to be exported.
  5. config LIB80211
  6. - tristate
  7. + tristate "lib80211"
  8. depends on m
  9. default n
  10. help
  11. @@ -181,15 +181,15 @@ 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. config LIB80211_CRYPT_CCMP
  18. - tristate
  19. + tristate "lib80211 CCMP support"
  20. depends on m
  21. config LIB80211_CRYPT_TKIP
  22. - tristate
  23. + tristate "lib80211 TKIP support"
  24. depends on m
  25. config LIB80211_DEBUG