2008-06-04 13:16:18 +00:00
|
|
|
--- a/ath_rate/minstrel/minstrel.c
|
|
|
|
+++ b/ath_rate/minstrel/minstrel.c
|
2008-11-02 13:04:36 +00:00
|
|
|
@@ -475,7 +475,7 @@ ath_rate_tx_complete(struct ath_softc *s
|
2008-04-21 02:39:40 +00:00
|
|
|
/* 'tries' is the total number of times we have endeavoured to
|
|
|
|
* send this packet, and is a sum of the #attempts at each
|
|
|
|
* level in the multi-rate retry chain */
|
|
|
|
- tries = ts->ts_shortretry + ts->ts_longretry + 1;
|
|
|
|
+ tries = ts->ts_longretry + 1;
|
|
|
|
|
|
|
|
if (sn->num_rates <= 0) {
|
|
|
|
DPRINTF(sc, "%s: " MAC_FMT " %s no rates yet\n", dev_info,
|