Commit 250b1827 authored by YN Chen's avatar YN Chen Committed by Felix Fietkau

wifi: mt76: sdio: fix transmitting packet hangs

Fix transmitting packets hangs with continuing to pull the pending packet
from mac80211 queues when receiving Tx status notification from the device.

Fixes: aac5104b ("mt76: sdio: do not run mt76_txq_schedule directly")
Acked-by: default avatarSean Wang <sean.wang@mediatek.com>
Signed-off-by: default avatarYN Chen <yn.chen@mediatek.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 35e37a2b
......@@ -485,7 +485,7 @@ static void mt76s_status_worker(struct mt76_worker *w)
} while (nframes > 0);
if (resched)
mt76_worker_schedule(&dev->sdio.txrx_worker);
mt76_worker_schedule(&dev->tx_worker);
}
static void mt76s_tx_status_data(struct work_struct *work)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment