diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-20 04:43:20 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:52:49 -0500 |
commit | 9e7127908473bfb863c5064b0a61d0f0d6b1af46 (patch) | |
tree | aa58b869ebf4e36764ae058d678b58dc3d8bb526 /drivers/net/wireless/ath9k/rc.c | |
parent | d9ae96d94a9117fa8d80dd4881f5835f9112c449 (diff) |
ath9k: Add PER to RC debug statistics
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.c')
-rw-r--r-- | drivers/net/wireless/ath9k/rc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/rc.c b/drivers/net/wireless/ath9k/rc.c index 0e3e2b7dd2ec..cf0559f183af 100644 --- a/drivers/net/wireless/ath9k/rc.c +++ b/drivers/net/wireless/ath9k/rc.c | |||
@@ -1267,7 +1267,8 @@ static void ath_rc_update_ht(struct ath_softc *sc, | |||
1267 | ath_rc_priv->per_down_time = now_msec; | 1267 | ath_rc_priv->per_down_time = now_msec; |
1268 | } | 1268 | } |
1269 | 1269 | ||
1270 | ath_debug_stat_retries(sc, tx_rate, xretries, retries); | 1270 | ath_debug_stat_retries(sc, tx_rate, xretries, retries, |
1271 | ath_rc_priv->state[tx_rate].per); | ||
1271 | 1272 | ||
1272 | #undef CHK_RSSI | 1273 | #undef CHK_RSSI |
1273 | } | 1274 | } |