[openwrt/openwrt] realtek: 6.6: refresh patch drivers-net-phy-eee-support-for-rtl838x

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 14 12:30:15 PDT 2024


svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ca61a28d48ea572d1314345e06fdf2feeac630cb

commit ca61a28d48ea572d1314345e06fdf2feeac630cb
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Mon Sep 9 03:28:58 2024 -0400

    realtek: 6.6: refresh patch drivers-net-phy-eee-support-for-rtl838x
    
    No content changes. One hook had to be adapted.
    
    Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
---
 .../patches-6.6/708-drivers-net-phy-eee-support-for-rtl838x.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/realtek/patches-6.6/708-drivers-net-phy-eee-support-for-rtl838x.patch b/target/linux/realtek/patches-6.6/708-drivers-net-phy-eee-support-for-rtl838x.patch
index bf6e517cfb..305981c3ee 100644
--- a/target/linux/realtek/patches-6.6/708-drivers-net-phy-eee-support-for-rtl838x.patch
+++ b/target/linux/realtek/patches-6.6/708-drivers-net-phy-eee-support-for-rtl838x.patch
@@ -21,7 +21,7 @@ Submitted-by: John Crispin <john at phrozen.org>
 
 --- a/drivers/net/phy/phylink.c
 +++ b/drivers/net/phy/phylink.c
-@@ -1994,6 +1994,11 @@ int phylink_ethtool_ksettings_set(struct
+@@ -2484,6 +2484,11 @@ int phylink_ethtool_ksettings_set(struct
  		 *   the presence of a PHY, this should not be changed as that
  		 *   should be determined from the media side advertisement.
  		 */
@@ -30,10 +30,10 @@ Submitted-by: John Crispin <john at phrozen.org>
 +				pl->phydev->drv->set_port(pl->phydev, kset->base.port);
 +			}
 +		}
- 		return phy_ethtool_ksettings_set(pl->phydev, kset);
+ 		return phy_ethtool_ksettings_set(pl->phydev, &phy_kset);
  	}
  
-@@ -2297,8 +2302,11 @@ int phylink_ethtool_get_eee(struct phyli
+@@ -2786,8 +2791,11 @@ int phylink_ethtool_get_eee(struct phyli
  
  	ASSERT_RTNL();
  
@@ -46,7 +46,7 @@ Submitted-by: John Crispin <john at phrozen.org>
  
  	return ret;
  }
-@@ -2315,8 +2323,11 @@ int phylink_ethtool_set_eee(struct phyli
+@@ -2804,8 +2812,11 @@ int phylink_ethtool_set_eee(struct phyli
  
  	ASSERT_RTNL();
  




More information about the lede-commits mailing list