Fix UP-to-AC mapping for prio 3 (EE) to be AC_BE, not AC_VI
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 5 Mar 2009 14:37:13 +0000 (16:37 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 5 Mar 2009 14:37:13 +0000 (16:37 +0200)
hostapd/hostapd.conf

index 8609773..0533f19 100644 (file)
@@ -245,14 +245,14 @@ ignore_broadcast_ssid=0
 #tx_queue_beacon_cwmax=7
 #tx_queue_beacon_burst=1.5
 
-# 802.1D Tag to AC mappings
+# 802.1D Tag (= UP) to AC mappings
 # WMM specifies following mapping of data frames to different ACs. This mapping
 # can be configured using Linux QoS/tc and sch_pktpri.o module.
 # 802.1D Tag   802.1D Designation      Access Category WMM Designation
 # 1            BK                      AC_BK           Background
 # 2            -                       AC_BK           Background
 # 0            BE                      AC_BE           Best Effort
-# 3            EE                      AC_VI           Video
+# 3            EE                      AC_BE           Best Effort
 # 4            CL                      AC_VI           Video
 # 5            VI                      AC_VI           Video
 # 6            VO                      AC_VO           Voice