On Tue, 2018-10-23 at 15:22 +0300, Ali MJ Al-Nasrawy wrote: > > This depends on the rate control algorithm, it triggers this. > > In this case, it is minstrel_ht. > > > > > I think - perhaps depending on the return value - mac80211 *does* give > > up eventually, but not really sure. > > The return value is handled only in > agg-tx.c:ieee80211_tx_ba_session_handle_start and it doesn't pass it > down or recognize difference between non-zero return values. Indeed. > And I don't think that it gives up retrying: I already have 800MB of > compressed logs for the last four days only full of this message and > additionally I ran a simple test for the last hour and found that it > tries to start ampdu session for every frame to be sent with that TID! Indeed, but that does seem excessive. Perhaps minstrel_ht should learn to back off, Felix what do you think? In this case the driver basically says "I don't want to do agg on this TID" and that repeats for every packet. > > Perhaps just remove the message? > > OK, I report this just in case of it being unintended behavior with > probably a negative performance impact. It might actually, yeah ... johannes