Patch "wifi: mt76: mt7996: fix fw loading timeout" has been added to the 6.8-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: mt7996: fix fw loading timeout

to the 6.8-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-mt7996-fix-fw-loading-timeout.patch
and it can be found in the queue-6.8 subdirectory.

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



commit b77badf4c14682e992c16b43be0279c31e2d588f
Author: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
Date:   Thu Dec 21 10:41:18 2023 +0100

    wifi: mt76: mt7996: fix fw loading timeout
    
    [ Upstream commit 030d2e287a902b44ef45e660cf1d73af23fe7d2e ]
    
    Fix the following firmware loading error due to a wrong dma register
    configuration if wed is disabled.
    
    [    8.245881] mt7996e_hif 0001:01:00.0: assign IRQ: got 128
    [    8.251308] mt7996e_hif 0001:01:00.0: enabling device (0000 -> 0002)
    [    8.257674] mt7996e_hif 0001:01:00.0: enabling bus mastering
    [    8.263488] mt7996e 0000:01:00.0: assign IRQ: got 126
    [    8.268537] mt7996e 0000:01:00.0: enabling device (0000 -> 0002)
    [    8.274551] mt7996e 0000:01:00.0: enabling bus mastering
    [   28.648773] mt7996e 0000:01:00.0: Message 00000010 (seq 1) timeout
    [   28.654959] mt7996e 0000:01:00.0: Failed to get patch semaphore
    [   29.661033] mt7996e: probe of 0000:01:00.0 failed with error -11
    
    Suggested-by: Sujuan Chen" <sujuan.chen@xxxxxxxxxxxx>
    Fixes: 4920a3a1285f ("wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM")
    Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
    Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/wireless/mediatek/mt76/mt7996/dma.c b/drivers/net/wireless/mediatek/mt76/mt7996/dma.c
index 483ad81b6eec6..fe37110e66875 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7996/dma.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7996/dma.c
@@ -237,7 +237,8 @@ void mt7996_dma_start(struct mt7996_dev *dev, bool reset, bool wed_reset)
 				 MT_WFDMA0_GLO_CFG_TX_DMA_EN |
 				 MT_WFDMA0_GLO_CFG_RX_DMA_EN |
 				 MT_WFDMA0_GLO_CFG_OMIT_TX_INFO |
-				 MT_WFDMA0_GLO_CFG_OMIT_RX_INFO_PFET2);
+				 MT_WFDMA0_GLO_CFG_OMIT_RX_INFO_PFET2 |
+				 MT_WFDMA0_GLO_CFG_EXT_EN);
 
 		if (dev->hif2)
 			mt76_set(dev, MT_WFDMA0_GLO_CFG + hif1_ofs,




[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