Fix UP-to-AC mapping for prio 3 (EE) to be AC_BE, not AC_VI

This commit is contained in:
Jouni Malinen 2009-03-05 16:37:13 +02:00 committed by Jouni Malinen
parent 77ac446621
commit d85825e355

View File

@ -245,14 +245,14 @@ ignore_broadcast_ssid=0
#tx_queue_beacon_cwmax=7 #tx_queue_beacon_cwmax=7
#tx_queue_beacon_burst=1.5 #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 # WMM specifies following mapping of data frames to different ACs. This mapping
# can be configured using Linux QoS/tc and sch_pktpri.o module. # can be configured using Linux QoS/tc and sch_pktpri.o module.
# 802.1D Tag 802.1D Designation Access Category WMM Designation # 802.1D Tag 802.1D Designation Access Category WMM Designation
# 1 BK AC_BK Background # 1 BK AC_BK Background
# 2 - AC_BK Background # 2 - AC_BK Background
# 0 BE AC_BE Best Effort # 0 BE AC_BE Best Effort
# 3 EE AC_VI Video # 3 EE AC_BE Best Effort
# 4 CL AC_VI Video # 4 CL AC_VI Video
# 5 VI AC_VI Video # 5 VI AC_VI Video
# 6 VO AC_VO Voice # 6 VO AC_VO Voice