diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index e7ce12dbf270..4a9b96eeb687 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -195,9 +195,6 @@ struct sta_ampdu_mlme { | |||
195 | * @tx_filtered_count: TBD | 195 | * @tx_filtered_count: TBD |
196 | * @tx_retry_failed: TBD | 196 | * @tx_retry_failed: TBD |
197 | * @tx_retry_count: TBD | 197 | * @tx_retry_count: TBD |
198 | * @tx_num_consecutive_failures: TBD | ||
199 | * @tx_num_mpdu_ok: TBD | ||
200 | * @tx_num_mpdu_fail: TBD | ||
201 | * @fail_avg: moving percentage of failed MSDUs | 198 | * @fail_avg: moving percentage of failed MSDUs |
202 | * @tx_packets: number of RX/TX MSDUs | 199 | * @tx_packets: number of RX/TX MSDUs |
203 | * @tx_bytes: TBD | 200 | * @tx_bytes: TBD |
@@ -273,10 +270,6 @@ struct sta_info { | |||
273 | /* Updated from TX status path only, no locking requirements */ | 270 | /* Updated from TX status path only, no locking requirements */ |
274 | unsigned long tx_filtered_count; | 271 | unsigned long tx_filtered_count; |
275 | unsigned long tx_retry_failed, tx_retry_count; | 272 | unsigned long tx_retry_failed, tx_retry_count; |
276 | /* TODO: update in generic code not rate control? */ | ||
277 | u32 tx_num_consecutive_failures; | ||
278 | u32 tx_num_mpdu_ok; | ||
279 | u32 tx_num_mpdu_fail; | ||
280 | /* moving percentage of failed MSDUs */ | 273 | /* moving percentage of failed MSDUs */ |
281 | unsigned int fail_avg; | 274 | unsigned int fail_avg; |
282 | 275 | ||