On 2010-08-17 7:37 PM, Michael Griepentrog wrote: > Hi, > > I'm looking at minstrel_ht_get_rate() from the latest git, and I > noticed that the rates are getting set into info->status.rates. Is > this correct? My impression was that array gets populated by the > driver after a successful transmission. ath9k's rate control algorithm > uses the expected tx_info->control.rates. Minstrel_ht appears to still > work, am I missing something? That's technically a bug (I'll send a fix for this soon), but it doesn't matter in practice, as info->control.rates always points to the same location as info->status.rates. - Felix -- 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