Skip to content

Commit 637f414

Browse files
dangowrtkuba-moo
authored andcommitted
net: ethernet: mtk_wed: fix path of MT7988 WO firmware
linux-firmware commit 808cba84 ("mtk_wed: add firmware for mt7988 Wireless Ethernet Dispatcher") added mt7988_wo_{0,1}.bin in the 'mediatek/mt7988' directory while driver current expects the files in the 'mediatek' directory. Change path in the driver header now that the firmware has been added. Fixes: e2f64db ("net: ethernet: mtk_wed: introduce WED support for MT7988") Signed-off-by: Daniel Golle <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b919f1e commit 637f414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/mediatek/mtk_wed_wo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ enum mtk_wed_dummy_cr_idx {
9191
#define MT7981_FIRMWARE_WO "mediatek/mt7981_wo.bin"
9292
#define MT7986_FIRMWARE_WO0 "mediatek/mt7986_wo_0.bin"
9393
#define MT7986_FIRMWARE_WO1 "mediatek/mt7986_wo_1.bin"
94-
#define MT7988_FIRMWARE_WO0 "mediatek/mt7988_wo_0.bin"
95-
#define MT7988_FIRMWARE_WO1 "mediatek/mt7988_wo_1.bin"
94+
#define MT7988_FIRMWARE_WO0 "mediatek/mt7988/mt7988_wo_0.bin"
95+
#define MT7988_FIRMWARE_WO1 "mediatek/mt7988/mt7988_wo_1.bin"
9696

9797
#define MTK_WO_MCU_CFG_LS_BASE 0
9898
#define MTK_WO_MCU_CFG_LS_HW_VER_ADDR (MTK_WO_MCU_CFG_LS_BASE + 0x000)

0 commit comments

Comments
 (0)