freebsd-dev/sys/dev/ath/ath_rate
Adrian Chadd 38fda92679 Update the EWMA statistics for each intermediary rate as well as the final
rate.

This fixes two things:

* The intermediary rates now also have their EWMA values changed;
* The existing code was using the wrong value for longtries - so the
  EWMA stats were only adjusted for the first rate and not subsequent
  rates in a MRR setup.

TODO:

* Merge the EWMA updates into update_stats() now..
2013-02-26 10:24:49 +00:00
..
amrr Add a per-node rate control routine for each rate control module. 2012-07-20 01:36:02 +00:00
onoe Add a per-node rate control routine for each rate control module. 2012-07-20 01:36:02 +00:00
sample Update the EWMA statistics for each intermediary rate as well as the final 2013-02-26 10:24:49 +00:00