> > On Mon, 2011-06-06 at 14:44 -0400, John W. Linville wrote: > > > > During the channel type change, the pending tx frames in hw queues are dropped by hw config. > > > But before updating rate control, the packets can be queued again with older HT rates. > > > This contradicts with hw config mode and sometimes is causing baseband issues. This issue > > > was observed only on flooding uplink traffic. To ensure that the frames are always xmitted with > > > updated rates, the queues are stopped before hw config and waken up after rc updation. >> > > Johannes, do you find this explanation satisfactory (perhaps with > > some new queue stop reason definition)? > > No, it doesn't address the fact that any packet that is pending will > still be processed -- as I said before, the stop doesn't include a > flush. Yes. I agree. Without flushing, still the packets can choose wrong rates. I missed that. But I assumed that it would be better to stop queues before rc update. Thus we can avoid revisiting the queued frames chosen with older (this case ht40) rate after rc changes. And fixing at mac80211 would help to other rate controls too. -- Rajkumar-- 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