Fix WMM default parameters
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 6 Jan 2010 18:48:29 +0000 (20:48 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Jan 2010 18:48:29 +0000 (20:48 +0200)
commit594cf8b9ef9769d0f3c156407f033108946cec31
tree0da6ed3a30744d7a4e1472675d1d1282a8ab1ef6
parentd58f4a8177e326441677d2492739af3d272387c7
Fix WMM default parameters

wmm_ac_??_cw{min,max} parameters are in log form

When the wme_ac_??_cw{min,max} parameters aren't specified in
hostapd.conf, hostapd uses an incorrect set of default values, as the
defaults are in 2^x-1 form instead of in log form.  This patch changes
them over to the expected log form.
src/ap/ap_config.c