Hi, rt2x00 devices can't generate rts/cts frames themselves, but rely on the driver to generate them. Also, the hardware reports tx status back for those frames. Now the question is whether these frames should be reported back to mac80211 using ieee80211_tx_status[_irqsafe]. AFAIK, this has some subtle effects, e.g. they won't show up on monitor interfaces if we don't report them. I'd like to know the official policy. Cause if they are supposed to reported, I need to filter them in the rate control algorithm. This is to make sure the failed frames percentage count isn't biased for drivers that report them compared to drivers that cannot. Mattias - 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