realtek: 6.6: refresh patch include-linux-add-phy-ops-for-rtl838x
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Mon, 9 Sep 2024 07:11:27 +0000 (03:11 -0400)
committerSander Vanheule <sander@svanheule.net>
Sat, 14 Sep 2024 17:58:55 +0000 (19:58 +0200)
No content changes. Hook failed and had to be adapted.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
target/linux/realtek/patches-6.6/706-include-linux-add-phy-ops-for-rtl838x.patch

index bf4d35764e221a88e25ecfaaa68f3cc98212dc6a..2a799551d604a5a3d663cb5d2abe6b5e17b3ba04 100644 (file)
@@ -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);