summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-04-13 19:37:15 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-04-13 19:37:15 +0000
commit62f0c3793b6379d47b23543a625df8ef6d550ca5 (patch)
tree5871a8370d0291b47408db3399a8e40f45256a34 /target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch
parent6af575967c780fa41029bdb64fdd68646ab516d1 (diff)
downloadmtk-20170518-62f0c3793b6379d47b23543a625df8ef6d550ca5.zip
mtk-20170518-62f0c3793b6379d47b23543a625df8ef6d550ca5.tar.gz
mtk-20170518-62f0c3793b6379d47b23543a625df8ef6d550ca5.tar.bz2
kernel: refresh patches
SVN-Revision: 31279
Diffstat (limited to 'target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch')
-rw-r--r--target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch b/target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch
index aac38ff..7ab076b 100644
--- a/target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch
+++ b/target/linux/generic/patches-2.6.31/601-phy-add-aneg-done-function.patch
@@ -1,6 +1,6 @@
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
-@@ -393,9 +393,18 @@ struct phy_driver {
+@@ -379,9 +379,18 @@ struct phy_driver {
*/
int (*config_aneg)(struct phy_device *phydev);
@@ -21,7 +21,7 @@
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
-@@ -695,6 +695,9 @@ int genphy_update_link(struct phy_device
+@@ -681,6 +681,9 @@ int genphy_update_link(struct phy_device
{
int status;