commit | 86107fd170bc379869250eb7e1bd393a3a70e8ae | [log] [tgz] |
---|---|---|
author | Bruno Randolf <br1@einfach.org> | Tue Nov 16 10:58:48 2010 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Nov 18 14:22:20 2010 -0500 |
tree | 579ee24be87e94246450420f4de57d8eda942848 | |
parent | eef39befaae2a1559efe197d795c376a317af2af [diff] |
nl80211/mac80211: Report signal average Extend nl80211 to report an exponential weighted moving average (EWMA) of the signal value. Since the signal value usually fluctuates between different packets, an average can be more useful than the value of the last packet. This uses the recently added generic EWMA library function. Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>