|
@@ -280,8 +280,9 @@ ignore_broadcast_ssid=0
|
|
|
# (data0 is the highest priority queue)
|
|
|
# parameters:
|
|
|
# aifs: AIFS (default 2)
|
|
|
-# cwmin: cwMin (1, 3, 7, 15, 31, 63, 127, 255, 511, 1023)
|
|
|
-# cwmax: cwMax (1, 3, 7, 15, 31, 63, 127, 255, 511, 1023); cwMax >= cwMin
|
|
|
+# cwmin: cwMin (1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, 2047, 4095, 8191,
|
|
|
+# 16383, 32767)
|
|
|
+# cwmax: cwMax (same values as cwMin, cwMax >= cwMin)
|
|
|
# burst: maximum length (in milliseconds with precision of up to 0.1 ms) for
|
|
|
# bursting
|
|
|
#
|
|
@@ -342,8 +343,9 @@ ignore_broadcast_ssid=0
|
|
|
# note - txop_limit is in units of 32microseconds
|
|
|
# note - acm is admission control mandatory flag. 0 = admission control not
|
|
|
# required, 1 = mandatory
|
|
|
-# note - here cwMin and cmMax are in exponent form. the actual cw value used
|
|
|
-# will be (2^n)-1 where n is the value given here
|
|
|
+# note - Here cwMin and cmMax are in exponent form. The actual cw value used
|
|
|
+# will be (2^n)-1 where n is the value given here. The allowed range for these
|
|
|
+# wmm_ac_??_{cwmin,cwmax} is 0..15 with cwmax >= cwmin.
|
|
|
#
|
|
|
wmm_enabled=1
|
|
|
#
|