commit | 029bc43270e770e0d57d67dc431fe711c58e74f5 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Wed Feb 04 08:10:26 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 11 11:44:22 2009 -0500 |
tree | c9f2247642743c97ef803c4fdefde8b7e2746af4 | |
parent | d42c6b71a8e722e00a302e7e3365909560de478a [diff] [blame] |
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>
diff --git a/drivers/net/wireless/ath9k/rc.c b/drivers/net/wireless/ath9k/rc.c index 704b627..69a4ca4 100644 --- a/drivers/net/wireless/ath9k/rc.c +++ b/drivers/net/wireless/ath9k/rc.c
@@ -1267,6 +1267,8 @@ ath_rc_priv->per_down_time = now_msec; } + ath_debug_stat_retries(sc, tx_rate, xretries, retries); + #undef CHK_RSSI }