aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-11-24 16:18:36 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-11-24 16:18:36 -0500
commitccb14354017272ddac002e859a2711610b6af174 (patch)
treefa39f9b944508e596763c49b0088dc1cc2e263ca /net/mac80211/sta_info.c
parentf8afa42b01c7a9f45b7cbaadb0481a0eeb96f18d (diff)
downloadkernel_samsung_smdk4412-ccb14354017272ddac002e859a2711610b6af174.zip
kernel_samsung_smdk4412-ccb14354017272ddac002e859a2711610b6af174.tar.gz
kernel_samsung_smdk4412-ccb14354017272ddac002e859a2711610b6af174.tar.bz2
Revert "nl80211/mac80211: Report signal average"
This reverts commit 86107fd170bc379869250eb7e1bd393a3a70e8ae. This patch inadvertantly changed the userland ABI. Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r--net/mac80211/sta_info.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c
index f43fca8..eff5857 100644
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
@@ -244,8 +244,6 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
sta->local = local;
sta->sdata = sdata;
- ewma_init(&sta->avg_signal, 1000, 8);
-
if (sta_prepare_rate_control(local, sta, gfp)) {
kfree(sta);
return NULL;