diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-03-29 11:38:30 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-03-29 16:14:37 +0200 |
commit | 7472476aef263bbf49b19d084875caddb7fe8f2a (patch) | |
tree | fd464264d3789c40e4a27cb8e78c1a5359ccff65 /target/linux/mediatek/patches-5.15 | |
parent | 1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a (diff) | |
download | upstream-7472476aef263bbf49b19d084875caddb7fe8f2a.tar.gz upstream-7472476aef263bbf49b19d084875caddb7fe8f2a.tar.bz2 upstream-7472476aef263bbf49b19d084875caddb7fe8f2a.zip |
kernel: fix mtk_eth_soc throughput regressions on gigabit PHY ports
Fixes issues on MT7621 and MT7623 switch ports, and PHY ports on all SoC
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mediatek/patches-5.15')
-rw-r--r-- | target/linux/mediatek/patches-5.15/703-v5.17-net-ethernet-mtk_eth_soc-implement-Clause-45-MDIO-ac.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <davem@davemloft.net> 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; |