From d839ec4e2d51d852d548d290ad44385814d2dc84 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 26 Jan 2023 18:15:08 +0800 Subject: [PATCH] kernel: refresh phylink patch Fixes: #863 Signed-off-by: Tianling Shen --- ...et-phylink-delay-MAC-configuration-for-copper-SFP-m.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/pending-5.4/750-net-phylink-delay-MAC-configuration-for-copper-SFP-m.patch b/target/linux/generic/pending-5.4/750-net-phylink-delay-MAC-configuration-for-copper-SFP-m.patch index 667170a398..526e7d9bcc 100644 --- a/target/linux/generic/pending-5.4/750-net-phylink-delay-MAC-configuration-for-copper-SFP-m.patch +++ b/target/linux/generic/pending-5.4/750-net-phylink-delay-MAC-configuration-for-copper-SFP-m.patch @@ -87,11 +87,10 @@ Signed-off-by: David S. Miller - if (pl->phydev) + if (pl->phydev) { phy_start(pl->phydev); -- -- return 0; + return 0; + } -+ + +- return 0; + /* If the module may have a PHY but we didn't detect one we + * need to configure the MAC here. + */