diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-27 18:26:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-27 18:26:00 +0000 |
commit | 77e1a3675ad9d97ca6b564c759b2aaa6437c6d8b (patch) | |
tree | df24e30d1f0e8637a8c59a330a5dacd5579646e7 /target/linux/generic/patches-3.14/701-phy_extension.patch | |
parent | 22b42b423394055a9c06096835013c6588de04db (diff) | |
download | upstream-77e1a3675ad9d97ca6b564c759b2aaa6437c6d8b.tar.gz upstream-77e1a3675ad9d97ca6b564c759b2aaa6437c6d8b.tar.bz2 upstream-77e1a3675ad9d97ca6b564c759b2aaa6437c6d8b.zip |
kernel: backport patches for overriding PHY reset to 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43409
Diffstat (limited to 'target/linux/generic/patches-3.14/701-phy_extension.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/701-phy_extension.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/701-phy_extension.patch b/target/linux/generic/patches-3.14/701-phy_extension.patch index 4c1841155f..eda088fe20 100644 --- a/target/linux/generic/patches-3.14/701-phy_extension.patch +++ b/target/linux/generic/patches-3.14/701-phy_extension.patch @@ -53,7 +53,7 @@ * @phydev: the phy_device struct --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -627,6 +627,7 @@ void phy_start_machine(struct phy_device +@@ -633,6 +633,7 @@ void phy_start_machine(struct phy_device void phy_stop_machine(struct phy_device *phydev); int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd); |