Kconfig 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. config MAC80211
  2. tristate "Generic IEEE 802.11 Networking Stack (mac80211)"
  3. select CRYPTO
  4. select CRYPTO_ECB
  5. select CRYPTO_ARC4
  6. select CRYPTO_AES
  7. select CRC32
  8. select WIRELESS_EXT
  9. select CFG80211
  10. ---help---
  11. This option enables the hardware independent IEEE 802.11
  12. networking stack.
  13. config MAC80211_QOS
  14. def_bool y
  15. depends on MAC80211
  16. depends on NET_SCHED
  17. depends on NETDEVICES_MULTIQUEUE
  18. comment "QoS/HT support disabled"
  19. depends on MAC80211 && !MAC80211_QOS
  20. comment "QoS/HT support needs CONFIG_NET_SCHED"
  21. depends on MAC80211 && !NET_SCHED
  22. comment "QoS/HT support needs CONFIG_NETDEVICES_MULTIQUEUE"
  23. depends on MAC80211 && !NETDEVICES_MULTIQUEUE
  24. menu "Rate control algorithm selection"
  25. depends on MAC80211 != n
  26. choice
  27. prompt "Default rate control algorithm"
  28. default MAC80211_RC_DEFAULT_PID
  29. ---help---
  30. This option selects the default rate control algorithm
  31. mac80211 will use. Note that this default can still be
  32. overriden through the ieee80211_default_rc_algo module
  33. parameter if different algorithms are available.
  34. config MAC80211_RC_DEFAULT_PID
  35. bool "PID controller based rate control algorithm"
  36. select MAC80211_RC_PID
  37. ---help---
  38. Select the PID controller based rate control as the
  39. default rate control algorithm. You should choose
  40. this unless you know what you are doing.
  41. config MAC80211_RC_DEFAULT_NONE
  42. bool "No default algorithm"
  43. depends on EMBEDDED
  44. help
  45. Selecting this option will select no default algorithm
  46. and allow you to not build any. Do not choose this
  47. option unless you know your driver comes with another
  48. suitable algorithm.
  49. endchoice
  50. comment "Selecting 'y' for an algorithm will"
  51. comment "build the algorithm into mac80211."
  52. config MAC80211_RC_DEFAULT
  53. string
  54. default "pid" if MAC80211_RC_DEFAULT_PID
  55. default ""
  56. config MAC80211_RC_PID
  57. tristate "PID controller based rate control algorithm"
  58. ---help---
  59. This option enables a TX rate control algorithm for
  60. mac80211 that uses a PID controller to select the TX
  61. rate.
  62. Say Y or M unless you're sure you want to use a
  63. different rate control algorithm.
  64. endmenu
  65. config MAC80211_MESH
  66. bool "Enable mac80211 mesh networking (pre-802.11s) support"
  67. depends on MAC80211 && EXPERIMENTAL
  68. ---help---
  69. This options enables support of Draft 802.11s mesh networking.
  70. The implementation is based on Draft 1.08 of the Mesh Networking
  71. amendment. For more information visit http://o11s.org/.
  72. config MAC80211_LEDS
  73. bool "Enable LED triggers"
  74. depends on MAC80211
  75. select NEW_LEDS
  76. select LEDS_TRIGGERS
  77. ---help---
  78. This option enables a few LED triggers for different
  79. packet receive/transmit events.
  80. config MAC80211_DEBUGFS
  81. bool "Export mac80211 internals in DebugFS"
  82. depends on MAC80211 && DEBUG_FS
  83. ---help---
  84. Select this to see extensive information about
  85. the internal state of mac80211 in debugfs.
  86. Say N unless you know you need this.
  87. config MAC80211_DEBUG_PACKET_ALIGNMENT
  88. bool "Enable packet alignment debugging"
  89. depends on MAC80211
  90. help
  91. This option is recommended for driver authors and strongly
  92. discouraged for everybody else, it will trigger a warning
  93. when a driver hands mac80211 a buffer that is aligned in
  94. a way that will cause problems with the IP stack on some
  95. architectures.
  96. Say N unless you're writing a mac80211 based driver.
  97. config MAC80211_DEBUG
  98. bool "Enable debugging output"
  99. depends on MAC80211
  100. ---help---
  101. This option will enable debug tracing output for the
  102. ieee80211 network stack.
  103. If you are not trying to debug or develop the ieee80211
  104. subsystem, you most likely want to say N here.
  105. config MAC80211_HT_DEBUG
  106. bool "Enable HT debugging output"
  107. depends on MAC80211_DEBUG
  108. ---help---
  109. This option enables 802.11n High Throughput features
  110. debug tracing output.
  111. If you are not trying to debug of develop the ieee80211
  112. subsystem, you most likely want to say N here.
  113. config MAC80211_VERBOSE_DEBUG
  114. bool "Verbose debugging output"
  115. depends on MAC80211_DEBUG
  116. config MAC80211_LOWTX_FRAME_DUMP
  117. bool "Debug frame dumping"
  118. depends on MAC80211_DEBUG
  119. ---help---
  120. Selecting this option will cause the stack to
  121. print a message for each frame that is handed
  122. to the lowlevel driver for transmission. This
  123. message includes all MAC addresses and the
  124. frame control field.
  125. If unsure, say N and insert the debugging code
  126. you require into the driver you are debugging.
  127. config MAC80211_TKIP_DEBUG
  128. bool "TKIP debugging"
  129. depends on MAC80211_DEBUG
  130. config MAC80211_DEBUG_COUNTERS
  131. bool "Extra statistics for TX/RX debugging"
  132. depends on MAC80211_DEBUG
  133. config MAC80211_IBSS_DEBUG
  134. bool "Support for IBSS testing"
  135. depends on MAC80211_DEBUG
  136. ---help---
  137. Say Y here if you intend to debug the IBSS code.
  138. config MAC80211_VERBOSE_PS_DEBUG
  139. bool "Verbose powersave mode debugging"
  140. depends on MAC80211_DEBUG
  141. ---help---
  142. Say Y here to print out verbose powersave
  143. mode debug messages.
  144. config MAC80211_VERBOSE_MPL_DEBUG
  145. bool "Verbose mesh peer link debugging"
  146. depends on MAC80211_DEBUG && MAC80211_MESH
  147. ---help---
  148. Say Y here to print out verbose mesh peer link
  149. debug messages.
  150. config MAC80211_VERBOSE_SPECT_MGMT_DEBUG
  151. bool "Verbose Spectrum Management (IEEE 802.11h)debugging"
  152. depends on MAC80211_DEBUG
  153. ---help---
  154. Say Y here to print out verbose Spectrum Management (IEEE 802.11h)
  155. debug messages.