Kconfig 495 B

12345678910111213141516
  1. config CFG80211
  2. tristate "Improved wireless configuration API"
  3. config WIRELESS_EXT
  4. bool "Wireless extensions"
  5. default n
  6. ---help---
  7. This option enables the legacy wireless extensions
  8. (wireless network interface configuration via ioctls.)
  9. Wireless extensions will be replaced by cfg80211 and
  10. will be required only by legacy drivers that implement
  11. wireless extension handlers.
  12. Say N (if you can) unless you know you need wireless
  13. extensions for external modules.