On 2021-05-28 08:05, Ryder Lee wrote: > Make ieee80211_tx_h_rate_ctrl() get called on dequeue to improve > performance since it reduces the turnaround time for rate control. > > Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > --- > change since v2 - roll ieee80211_tx_h_rate_ctrl checks into one condition There were some OpenWrt crash reported which appear to be related to this patch. I was able to reproduce a deadlock with ath9k, and I'm currently looking into it. - Felix