On Sat, 16 Jan 2010 14:36:52 -0500 Bob Copeland <me@xxxxxxxxxxxxxxx> wrote: > While testing the pid rate controller in mac80211_hwsim, I noticed > that once the controller reached 54 Mbit rates, it would fail to > lower the rate when necessary. The debug log shows: > > 1945 186786 pf_sample 50 3534 3577 50 > > My interpretation is that the fixed point scaling of the target > error value (pf) is incorrect: the error value of 50 compared to > a target of 14 case should result in a scaling value of > (14-50) = -36 * 256 or -9216, but instead it is (14 * 256)-50, or > 3534. Good catch! I actually wonder why nobody hit this before. One possible explanation is that the proportional error alone, in most cases, isn't significant "enough" with regard to the other ones. Mattias, could you please double check this anyway? > Cc: stefano.brivio@xxxxxxxxx > Cc: mattias.nissler@xxxxxx > Signed-off-by: Bob Copeland <me@xxxxxxxxxxxxxxx> Acked-by: Stefano Brivio <stefano.brivio@xxxxxxxxx> -- Ciao Stefano -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html