Patch "wifi: mt76: sdio: fix transmitting packet hangs" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    wifi: mt76: sdio: fix transmitting packet hangs

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     wifi-mt76-sdio-fix-transmitting-packet-hangs.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 75acf95ab0b3a9e23688e03dd930317a30ebfb24
Author: YN Chen <yn.chen@xxxxxxxxxxxx>
Date:   Sat Jul 23 05:59:23 2022 +0800

    wifi: mt76: sdio: fix transmitting packet hangs
    
    [ Upstream commit 250b1827205846ff346a76044955cb79d4963f70 ]
    
    Fix transmitting packets hangs with continuing to pull the pending packet
    from mac80211 queues when receiving Tx status notification from the device.
    
    Fixes: aac5104bf631 ("mt76: sdio: do not run mt76_txq_schedule directly")
    Acked-by: Sean Wang <sean.wang@xxxxxxxxxxxx>
    Signed-off-by: YN Chen <yn.chen@xxxxxxxxxxxx>
    Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/wireless/mediatek/mt76/sdio.c b/drivers/net/wireless/mediatek/mt76/sdio.c
index 783a15635ec5..9e639d0b9c63 100644
--- a/drivers/net/wireless/mediatek/mt76/sdio.c
+++ b/drivers/net/wireless/mediatek/mt76/sdio.c
@@ -213,7 +213,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)



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux