aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-05-05 14:02:49 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-09-26 00:32:17 +0200
commit95f089dafefccb2ce1892506dd936f47caf657bf (patch)
tree0f652531ba0dcc263b4f9aeb48d7004b5ab69b5e /target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch
parent46945e02d3527e3948dacb3e74e5ddbc35da7238 (diff)
downloadupstream-95f089dafefccb2ce1892506dd936f47caf657bf.tar.gz
upstream-95f089dafefccb2ce1892506dd936f47caf657bf.tar.bz2
upstream-95f089dafefccb2ce1892506dd936f47caf657bf.zip
realtek: refresh patches for Kernel 5.10
This patch refresh all patches in patches-5.10/ to adjust for Kernel 5.10. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch')
-rw-r--r--target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch b/target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch
index 3682eb30a3..0a771b64f0 100644
--- a/target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch
+++ b/target/linux/realtek/patches-5.10/703-include-linux-add-phy-ops-for-rtl838x.patch
@@ -1,9 +1,9 @@
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
-@@ -645,6 +645,10 @@ struct phy_driver {
- struct ethtool_tunable *tuna,
- const void *data);
- int (*set_loopback)(struct phy_device *dev, bool enable);
+@@ -881,6 +881,10 @@ struct phy_driver {
+ int (*get_sqi)(struct phy_device *dev);
+ /** @get_sqi_max: Get the maximum signal quality indication */
+ int (*get_sqi_max)(struct phy_device *dev);
+ 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);