Tomas Winkler wrote: > Will this work work you? > > ieee80211_tx_ratectrl { > u32 bitrate ( or pointer to ieee80211_rate I prefer no) > u32 flags > u32 retry_count > } > > ieee80211_tx_status { > ieee80211_tx_ratectrl retry_count[ X] / * X >= 4 */ > } I guess that would work, but shouln't the array below be dynamic based on what the driver can do? Many drivers can only work with one or two rates, IMHO. - 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