Hi, I have the following questions about the rate control algorithms in 2.6.29 kernel. 1. It seems that PID has been removed from the 2.6.29 kernel configuration. I manually got it back but its performance is worse than minstrel (always uses very low bit rates). Is it true that PID will not be supported and minstrel is the only active rate control algorithm in mac80211? 2. How to get the four bit rates in minstrel's retry chain? I am using ieee80211_get_tx_rate for the first bit rate and ieee80211_get_alt_retry_rate for the three retry rates, with index 0, 1 and 2, respectively. But the results are the last two retry rates (index 1 and 2) are the same as the first one and the first retry rate (index 0) is always the lowest bit rate, 1 Mbps. Based on minstrel's document, the lowest bit rate should be the last one. Comments? Thanks, -Bo -- 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