255-lib80211_kconfig_hacks.patch 427 B

12345678910111213141516171819
  1. --- a/net/wireless/Kconfig
  2. +++ b/net/wireless/Kconfig
  3. @@ -149,13 +149,13 @@ config LIB80211
  4. Drivers should select this themselves if needed.
  5. config LIB80211_CRYPT_WEP
  6. - tristate
  7. + tristate "LIB80211_CRYPT_WEP"
  8. config LIB80211_CRYPT_CCMP
  9. - tristate
  10. + tristate "LIB80211_CRYPT_CCMP"
  11. config LIB80211_CRYPT_TKIP
  12. - tristate
  13. + tristate "LIB80211_CRYPT_TKIP"
  14. config LIB80211_DEBUG
  15. bool "lib80211 debugging messages"