]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix AP mode default TXOP Limit values for AC_VI and AC_VO
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 17 Mar 2014 16:23:13 +0000 (18:23 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 17 Mar 2014 16:48:40 +0000 (18:48 +0200)
commitf4e3860f8a770a0db3816196c77baf894c7ccc1e
tree5e49c2e79b267486d554f903f1bebb671a3d5937
parent47bd94a09f68343cd501f141cceb78cf0070dce4
Fix AP mode default TXOP Limit values for AC_VI and AC_VO

These were previous set to 3.0 and 1.5 ms which ended up using values 93
and 46 in 36 usec inits. However, the default values for these are
actually defined as 3.008 ms and 1.504 ms (94/47) and those values are
also listed in the hostapd.conf example.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/ap_config.c