Kconfig 876 B

1234567891011121314151617181920212223242526
  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.
  14. config NET_WIRELESS_RTNETLINK
  15. bool "Wireless Extension API over RtNetlink"
  16. depends on WIRELESS_EXT
  17. ---help---
  18. Support the Wireless Extension API over the RtNetlink socket
  19. in addition to the traditional ioctl interface (selected above).
  20. For now, few tools use this facility, but it might grow in the
  21. future. The only downside is that it adds 4.5 kB to your kernel.