diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-04 08:10:26 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-11 11:44:22 -0500 |
commit | 029bc43270e770e0d57d67dc431fe711c58e74f5 (patch) | |
tree | c9f2247642743c97ef803c4fdefde8b7e2746af4 /drivers/net/wireless/ath9k/rc.c | |
parent | d42c6b71a8e722e00a302e7e3365909560de478a (diff) | |
download | lwn-029bc43270e770e0d57d67dc431fe711c58e74f5.tar.gz lwn-029bc43270e770e0d57d67dc431fe711c58e74f5.zip |
ath9k: Add retry counters to rate control debug file
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/rc.c b/drivers/net/wireless/ath9k/rc.c index 704b62778142..69a4ca46ce90 100644 --- a/drivers/net/wireless/ath9k/rc.c +++ b/drivers/net/wireless/ath9k/rc.c @@ -1267,6 +1267,8 @@ static void ath_rc_update_ht(struct ath_softc *sc, ath_rc_priv->per_down_time = now_msec; } + ath_debug_stat_retries(sc, tx_rate, xretries, retries); + #undef CHK_RSSI } |