From: Bruno Randolf Date: Tue, 16 Nov 2010 01:58:48 +0000 (+0900) Subject: nl80211/mac80211: Report signal average X-Git-Tag: v2.6.38-rc1~476^2~405^2^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86107fd170bc379869250eb7e1bd393a3a70e8ae;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed