diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 3 |
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 */ |