aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
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.h
parentf8afa42b01c7a9f45b7cbaadb0481a0eeb96f18d (diff)
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.h')
-rw-r--r--net/mac80211/sta_info.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 84062e2c782c..9265acadef32 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -13,7 +13,6 @@
13#include <linux/types.h> 13#include <linux/types.h>
14#include <linux/if_ether.h> 14#include <linux/if_ether.h>
15#include <linux/workqueue.h> 15#include <linux/workqueue.h>
16#include <linux/average.h>
17#include "key.h" 16#include "key.h"
18 17
19/** 18/**
@@ -225,7 +224,6 @@ enum plink_state {
225 * @rx_fragments: number of received MPDUs 224 * @rx_fragments: number of received MPDUs
226 * @rx_dropped: number of dropped MPDUs from this STA 225 * @rx_dropped: number of dropped MPDUs from this STA
227 * @last_signal: signal of last received frame from this STA 226 * @last_signal: signal of last received frame from this STA
228 * @avg_signal: moving average of signal of received frames from this STA
229 * @last_seq_ctrl: last received seq/frag number from this STA (per RX queue) 227 * @last_seq_ctrl: last received seq/frag number from this STA (per RX queue)
230 * @tx_filtered_count: number of frames the hardware filtered for this STA 228 * @tx_filtered_count: number of frames the hardware filtered for this STA
231 * @tx_retry_failed: number of frames that failed retry 229 * @tx_retry_failed: number of frames that failed retry
@@ -293,7 +291,6 @@ struct sta_info {
293 unsigned long rx_fragments; 291 unsigned long rx_fragments;
294 unsigned long rx_dropped; 292 unsigned long rx_dropped;
295 int last_signal; 293 int last_signal;
296 struct ewma avg_signal;
297 __le16 last_seq_ctrl[NUM_RX_DATA_QUEUES]; 294 __le16 last_seq_ctrl[NUM_RX_DATA_QUEUES];
298 295
299 /* Updated from TX status path only, no locking requirements */ 296 /* Updated from TX status path only, no locking requirements */