1
0

255-lib80211_kconfig_hacks.patch 706 B

12345678910111213141516171819202122232425262728293031
  1. --- a/net/wireless/Kconfig
  2. +++ b/net/wireless/Kconfig
  3. @@ -201,7 +201,7 @@ config CFG80211_WEXT_EXPORT
  4. wext compatibility symbols to be exported.
  5. config LIB80211
  6. - tristate
  7. + tristate "LIB80211"
  8. default n
  9. help
  10. This options enables a library of common routines used
  11. @@ -210,13 +210,16 @@ config LIB80211
  12. Drivers should select this themselves if needed.
  13. config LIB80211_CRYPT_WEP
  14. - tristate
  15. + tristate "LIB80211_CRYPT_WEP"
  16. + select LIB80211
  17. config LIB80211_CRYPT_CCMP
  18. - tristate
  19. + tristate "LIB80211_CRYPT_CCMP"
  20. + select LIB80211
  21. config LIB80211_CRYPT_TKIP
  22. - tristate
  23. + tristate "LIB80211_CRYPT_TKIP"
  24. + select LIB80211
  25. config LIB80211_DEBUG
  26. bool "lib80211 debugging messages"