X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmediatek%2Fpatches-5.15%2F703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch;fp=target%2Flinux%2Fmediatek%2Fpatches-5.15%2F703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch;h=4187557b781ea7452f31e3283fd3c44f533795fb;hp=ffa98e3f0d9931a7656afdd7a2409f268d0348f6;hb=7472476aef263bbf49b19d084875caddb7fe8f2a;hpb=1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a diff --git a/target/linux/mediatek/patches-5.15/703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch b/target/linux/mediatek/patches-5.15/703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch index ffa98e3f0d..4187557b78 100644 --- a/target/linux/mediatek/patches-5.15/703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch +++ b/target/linux/mediatek/patches-5.15/703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch @@ -103,7 +103,7 @@ Signed-off-by: David S. Miller ret = mtk_mdio_busy_wait(eth); if (ret < 0) -@@ -730,6 +773,7 @@ static int mtk_mdio_init(struct mtk_eth +@@ -729,6 +772,7 @@ static int mtk_mdio_init(struct mtk_eth eth->mii_bus->name = "mdio"; eth->mii_bus->read = mtk_mdio_read; eth->mii_bus->write = mtk_mdio_write;