Re: [PATCH v2 1/4] mac80211: call ieee80211_tx_h_rate_ctrl() when dequeue
From: Felix Fietkau <nbd@nbd.name>
Date: 2021-06-17 10:50:55
Also in:
linux-mediatek
From: Felix Fietkau <nbd@nbd.name>
Date: 2021-06-17 10:50:55
Also in:
linux-mediatek
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@mediatek.com> --- 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