From d8de904872973034108fc804816c31ecdf400660 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 28 Dec 2016 12:34:33 +0200 Subject: [PATCH] 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 --- hostapd/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index e68874a3e..e4ef37ebc 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -307,7 +307,7 @@ ignore_broadcast_ssid=0 # TX queue parameters (EDCF / bursting) # tx_queue__ -# queues: data0, data1, data2, data3, after_beacon, beacon +# queues: data0, data1, data2, data3 # (data0 is the highest priority queue) # parameters: # aifs: AIFS (default 2)