summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-10-17 16:37:27 +0000
committerRobert Marko2024-10-17 17:31:38 +0000
commit1d98363bd20c2632a555c9661c8470d1a83c861e (patch)
tree4e7e93c165cd15599d67b96a8ca31a3af0f56979
parent494349f2298b01be66ceccc2d46fdc5cae958f96 (diff)
downloadopenwrt-1d98363bd20c2632a555c9661c8470d1a83c861e.tar.gz
realtek: refresh patches
CI says that they need to be refreshed, so do so. Link: https://github.com/openwrt/openwrt/pull/16722 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch2
-rw-r--r--target/linux/realtek/patches-6.6/708-drivers-net-phy-eee-support-for-rtl838x.patch6
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch b/target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch
index 2a799551d6..09255c5721 100644
--- a/target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch
+++ b/target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch
@@ -21,7 +21,7 @@ Submitted-by: John Crispin <john@phrozen.org>
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
-@@ -1180,6 +1180,10 @@ struct phy_driver {
+@@ -1181,6 +1181,10 @@ struct phy_driver {
*/
int (*led_polarity_set)(struct phy_device *dev, int index,
unsigned long modes);
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 89a1d9583f..a92045ba8a 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@phrozen.org>
--- a/drivers/net/phy/phylink.c
+++ b/drivers/net/phy/phylink.c
-@@ -2491,6 +2491,11 @@ int phylink_ethtool_ksettings_set(struct
+@@ -2503,6 +2503,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.
*/
@@ -33,7 +33,7 @@ Submitted-by: John Crispin <john@phrozen.org>
return phy_ethtool_ksettings_set(pl->phydev, &phy_kset);
}
-@@ -2793,8 +2798,11 @@ int phylink_ethtool_get_eee(struct phyli
+@@ -2805,8 +2810,11 @@ int phylink_ethtool_get_eee(struct phyli
ASSERT_RTNL();
@@ -46,7 +46,7 @@ Submitted-by: John Crispin <john@phrozen.org>
return ret;
}
-@@ -2811,8 +2819,11 @@ int phylink_ethtool_set_eee(struct phyli
+@@ -2823,8 +2831,11 @@ int phylink_ethtool_set_eee(struct phyli
ASSERT_RTNL();