Re: [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-10-28 12:41:52
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-10-28 12:41:52
Also in:
linux-arm-kernel, linux-mediatek, lkml
On Sat, Oct 26, 2024 at 02:52:25PM +0100, Daniel Golle wrote:
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: e2f64db13aa1 ("net: ethernet: mtk_wed: introduce WED support for MT7988")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew