diff options
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 9dd60a74181f..d2fcd22ab06d 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -1156,7 +1156,6 @@ ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx) | |||
1156 | sta->rx_fragments++; | 1156 | sta->rx_fragments++; |
1157 | sta->rx_bytes += rx->skb->len; | 1157 | sta->rx_bytes += rx->skb->len; |
1158 | sta->last_signal = status->signal; | 1158 | sta->last_signal = status->signal; |
1159 | ewma_add(&sta->avg_signal, -status->signal); | ||
1160 | 1159 | ||
1161 | /* | 1160 | /* |
1162 | * Change STA power saving mode only at the end of a frame | 1161 | * Change STA power saving mode only at the end of a frame |