2
0

050-lib80211_option.patch 593 B

123456789101112131415161718192021222324252627282930
  1. --- a/net/wireless/Kconfig
  2. +++ b/net/wireless/Kconfig
  3. @@ -185,7 +185,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. @@ -195,15 +195,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