Remove deprecated tx_queue_* params from hostapd.conf notes
The after_beacon and beacon TX queue parameters has not been configurable through this mechanism for years, so do not list them in hostapd.conf notes. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a4d744fe06
commit
d8de904872
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ ignore_broadcast_ssid=0
|
||||||
|
|
||||||
# TX queue parameters (EDCF / bursting)
|
# TX queue parameters (EDCF / bursting)
|
||||||
# tx_queue_<queue name>_<param>
|
# tx_queue_<queue name>_<param>
|
||||||
# queues: data0, data1, data2, data3, after_beacon, beacon
|
# queues: data0, data1, data2, data3
|
||||||
# (data0 is the highest priority queue)
|
# (data0 is the highest priority queue)
|
||||||
# parameters:
|
# parameters:
|
||||||
# aifs: AIFS (default 2)
|
# aifs: AIFS (default 2)
|
||||||
|
|
Loading…
Reference in a new issue