summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch')
-rw-r--r--target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch b/target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch
index ad49fd9352..747cc7e771 100644
--- a/target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch
+++ b/target/linux/mediatek/patches-4.4/0082-net-next-mediatek-add-RX-delay-support.patch
@@ -12,11 +12,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 +
1 file changed, 1 insertion(+)
-diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-index f4d8519..aa25788 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -226,6 +226,7 @@ static int mtk_phy_connect(struct mtk_mac *mac)
+@@ -226,6 +226,7 @@ static int mtk_phy_connect(struct mtk_ma
return -ENODEV;
switch (of_get_phy_mode(np)) {
@@ -24,6 +22,3 @@ index f4d8519..aa25788 100644
case PHY_INTERFACE_MODE_RGMII:
ge_mode = 0;
break;
---
-1.7.10.4
-