Andi Kleen wrote: > > BTW I see the problem with RT2561 too. > This one should fix all of the rt2x00 drivers. Larry Index: wireless-testing/drivers/net/wireless/rt2x00/rt2x00dev.c =================================================================== --- wireless-testing.orig/drivers/net/wireless/rt2x00/rt2x00dev.c +++ wireless-testing/drivers/net/wireless/rt2x00/rt2x00dev.c @@ -266,7 +266,7 @@ void rt2x00lib_txdone(struct queue_entry tx_info->status.ack_signal = 0; tx_info->status.rates[0].idx = rate_idx; tx_info->status.rates[0].flags = rate_flags; - tx_info->status.rates[0].count = txdesc->retry + 1; + tx_info->status.rates[0].count = txdesc->retry; tx_info->status.rates[1].idx = -1; /* terminate */ if (!(tx_info->flags & IEEE80211_TX_CTL_NO_ACK)) { --- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html