Kconfig 950 B

12345678910111213141516171819202122232425262728293031
  1. config CFG80211
  2. tristate "Improved wireless configuration API"
  3. config NL80211
  4. bool "nl80211 new netlink interface support"
  5. depends on CFG80211
  6. default y
  7. ---help---
  8. This option turns on the new netlink interface
  9. (nl80211) support in cfg80211.
  10. If =n, drivers using mac80211 will be configured via
  11. wireless extension support provided by that subsystem.
  12. If unsure, say Y.
  13. config WIRELESS_EXT
  14. bool "Wireless extensions"
  15. default n
  16. ---help---
  17. This option enables the legacy wireless extensions
  18. (wireless network interface configuration via ioctls.)
  19. Wireless extensions will be replaced by cfg80211 and
  20. will be required only by legacy drivers that implement
  21. wireless extension handlers. This option does not
  22. affect the wireless-extension backward compatibility
  23. code in cfg80211.
  24. Say N (if you can) unless you know you need wireless
  25. extensions for external modules.