Revert "nl80211/mac80211: Report signal average"
This reverts commit 86107fd170
.
This patch inadvertantly changed the userland ABI.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
@@ -1156,7 +1156,6 @@ ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx)
|
||||
sta->rx_fragments++;
|
||||
sta->rx_bytes += rx->skb->len;
|
||||
sta->last_signal = status->signal;
|
||||
ewma_add(&sta->avg_signal, -status->signal);
|
||||
|
||||
/*
|
||||
* Change STA power saving mode only at the end of a frame
|
||||
|
Reference in New Issue
Block a user