summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMarkus Stockhausen <markus.stockhausen@gmx.de>2024-09-09 03:11:27 -0400
committerSander Vanheule <sander@svanheule.net>2024-09-14 19:58:55 +0200
commitf86c166e0ff2f8557794cac3a71664fb41b6d48e (patch)
tree3223d7fe95fdc4b9b1ef7ab0f57305bf4de5d1da /target
parentcf07d43f661fa80044bf950a86a1bea3a92fc2a0 (diff)
downloadopenwrt-f86c166e0ff2f8557794cac3a71664fb41b6d48e.tar.gz
openwrt-f86c166e0ff2f8557794cac3a71664fb41b6d48e.tar.bz2
openwrt-f86c166e0ff2f8557794cac3a71664fb41b6d48e.zip
realtek: 6.6: refresh patch include-linux-add-phy-ops-for-rtl838x
No content changes. Hook failed and had to be adapted. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Diffstat (limited to 'target')
-rw-r--r--target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch8
1 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 bf4d35764e..2a799551d6 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,10 +21,10 @@ Submitted-by: John Crispin <john@phrozen.org>
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
-@@ -1009,6 +1009,10 @@ struct phy_driver {
- int (*led_blink_set)(struct phy_device *dev, u8 index,
- unsigned long *delay_on,
- unsigned long *delay_off);
+@@ -1180,6 +1180,10 @@ struct phy_driver {
+ */
+ int (*led_polarity_set)(struct phy_device *dev, int index,
+ unsigned long modes);
+ int (*get_port)(struct phy_device *dev);
+ int (*set_port)(struct phy_device *dev, int port);
+ int (*get_eee)(struct phy_device *dev, struct ethtool_eee *e);