2 tristate "Generic IEEE 802.11 Networking Stack (mac80211)"
3 depends on EXPERIMENTAL
13 This option enables the hardware independent IEEE 802.11
16 config MAC80211_RC_DEFAULT_CHOICE
17 bool "Choose default rate control algorithm" if EMBEDDED
21 This options enables selection of a default rate control
22 algorithm to be built into the mac80211 module. Alternate
23 rate control algorithms might be built into the mac80211
27 prompt "Default rate control algorithm"
28 default MAC80211_RC_DEFAULT_PID
29 depends on MAC80211 && MAC80211_RC_DEFAULT_CHOICE
31 This option selects the default rate control algorithm
32 mac80211 will use. Note that this default can still be
33 overriden through the ieee80211_default_rc_algo module
36 config MAC80211_RC_DEFAULT_PID
37 bool "PID controller based rate control algorithm"
38 select MAC80211_RC_PID
40 Select the PID controller based rate control as the
41 default rate control algorithm. You should choose
42 this unless you know what you are doing.
44 config MAC80211_RC_DEFAULT_SIMPLE
45 bool "Simple rate control algorithm"
46 select MAC80211_RC_SIMPLE
48 Select the simple rate control as the default rate
49 control algorithm. Note that this is a non-responsive,
50 dumb algorithm. You should choose the PID rate control
55 config MAC80211_RC_DEFAULT
58 default "pid" if MAC80211_RC_DEFAULT_PID
59 default "simple" if MAC80211_RC_DEFAULT_SIMPLE
62 config MAC80211_RC_PID
63 bool "PID controller based rate control algorithm"
67 This option enables a TX rate control algorithm for
68 mac80211 that uses a PID controller to select the TX
71 Say Y or M unless you're sure you want to use a
72 different rate control algorithm.
74 config MAC80211_RC_SIMPLE
75 bool "Simple rate control algorithm (DEPRECATED)"
79 This option enables a very simple, non-responsive TX
80 rate control algorithm. This algorithm is deprecated
81 and will be removed from the kernel in near future.
82 It has been replaced by the PID algorithm.
84 Say N unless you know what you are doing.
87 bool "Enable LED triggers"
88 depends on MAC80211 && LEDS_TRIGGERS
90 This option enables a few LED triggers for different
91 packet receive/transmit events.
93 config MAC80211_DEBUGFS
94 bool "Export mac80211 internals in DebugFS"
95 depends on MAC80211 && DEBUG_FS
97 Select this to see extensive information about
98 the internal state of mac80211 in debugfs.
100 Say N unless you know you need this.
102 config MAC80211_DEBUG
103 bool "Enable debugging output"
106 This option will enable debug tracing output for the
107 ieee80211 network stack.
109 If you are not trying to debug or develop the ieee80211
110 subsystem, you most likely want to say N here.
112 config MAC80211_HT_DEBUG
113 bool "Enable HT debugging output"
114 depends on MAC80211_DEBUG
116 This option enables 802.11n High Throughput features
117 debug tracing output.
119 If you are not trying to debug of develop the ieee80211
120 subsystem, you most likely want to say N here.
122 config MAC80211_VERBOSE_DEBUG
123 bool "Verbose debugging output"
124 depends on MAC80211_DEBUG
126 config MAC80211_LOWTX_FRAME_DUMP
127 bool "Debug frame dumping"
128 depends on MAC80211_DEBUG
130 Selecting this option will cause the stack to
131 print a message for each frame that is handed
132 to the lowlevel driver for transmission. This
133 message includes all MAC addresses and the
136 If unsure, say N and insert the debugging code
137 you require into the driver you are debugging.
140 bool "TKIP debugging"
141 depends on MAC80211_DEBUG
143 config MAC80211_DEBUG_COUNTERS
144 bool "Extra statistics for TX/RX debugging"
145 depends on MAC80211_DEBUG
147 config MAC80211_IBSS_DEBUG
148 bool "Support for IBSS testing"
149 depends on MAC80211_DEBUG
151 Say Y here if you intend to debug the IBSS code.
153 config MAC80211_VERBOSE_PS_DEBUG
154 bool "Verbose powersave mode debugging"
155 depends on MAC80211_DEBUG
157 Say Y here to print out verbose powersave