diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-30 05:58:41 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:34 -0400 |
commit | 5cc93992cc4cf12ddfe63c8a5be2d509e6678e99 (patch) | |
tree | b3a4ecddecd17f3cbed8b60c7312a44aabefcbe1 /drivers/net/wireless/ath9k | |
parent | ae459af12816b507aed3fcb2b9fc933c212ea12e (diff) |
ath9k: Remove unused structures
struct aggr_rifs_param and ath_tx_stat are not used anywhere.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index dc42ad129b23..9a12f76988da 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -294,26 +294,6 @@ struct ath_tx_control { | |||
294 | #define ATH_TX_XRETRY 0x02 | 294 | #define ATH_TX_XRETRY 0x02 |
295 | #define ATH_TX_BAR 0x04 | 295 | #define ATH_TX_BAR 0x04 |
296 | 296 | ||
297 | /* All RSSI values are noise floor adjusted */ | ||
298 | struct ath_tx_stat { | ||
299 | int rssi; | ||
300 | int rssictl[ATH_MAX_ANTENNA]; | ||
301 | int rssiextn[ATH_MAX_ANTENNA]; | ||
302 | int rateieee; | ||
303 | int rateKbps; | ||
304 | int ratecode; | ||
305 | int flags; | ||
306 | u32 airtime; /* time on air per final tx rate */ | ||
307 | }; | ||
308 | |||
309 | struct aggr_rifs_param { | ||
310 | int param_max_frames; | ||
311 | int param_max_len; | ||
312 | int param_rl; | ||
313 | int param_al; | ||
314 | struct ath_rc_series *param_rcs; | ||
315 | }; | ||
316 | |||
317 | struct ath_node { | 297 | struct ath_node { |
318 | struct ath_softc *an_sc; | 298 | struct ath_softc *an_sc; |
319 | struct ath_atx_tid tid[WME_NUM_TID]; | 299 | struct ath_atx_tid tid[WME_NUM_TID]; |