diff options
author | John Crispin <john@openwrt.org> | 2013-01-28 17:44:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-28 17:44:20 +0000 |
commit | 0de095593195b8c45dcecb4343271afbedce32df (patch) | |
tree | b93cbf751ceb44b9b4b9500cae0cf7a2d2efc15d /target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch | |
parent | 0183df8ed9155b813564aafadace08ee04d64456 (diff) | |
download | upstream-0de095593195b8c45dcecb4343271afbedce32df.tar.gz upstream-0de095593195b8c45dcecb4343271afbedce32df.tar.bz2 upstream-0de095593195b8c45dcecb4343271afbedce32df.zip |
refresh patches
SVN-Revision: 35355
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch b/target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch index 79fdd2bc5f..b9488a125e 100644 --- a/target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch +++ b/target/linux/lantiq/patches-3.7/0126-lantiq_etop-Change-MDIO-clock.patch @@ -9,8 +9,6 @@ with the ar8316 switch. drivers/net/ethernet/lantiq_etop.c | 8 ++++++++ 1 file changed, 8 insertions(+) -diff --git a/drivers/net/ethernet/lantiq_etop.c b/drivers/net/ethernet/lantiq_etop.c -index e695f71..fc963f6 100644 --- a/drivers/net/ethernet/lantiq_etop.c +++ b/drivers/net/ethernet/lantiq_etop.c @@ -83,6 +83,7 @@ @@ -32,7 +30,7 @@ index e695f71..fc963f6 100644 /* register information for the gbit's MDIO bus */ #define MDIO_XR9_REQUEST 0x00008000 #define MDIO_XR9_READ 0x00000800 -@@ -329,6 +334,9 @@ ltq_etop_gbit_init(struct net_device *dev) +@@ -329,6 +334,9 @@ ltq_etop_gbit_init(struct net_device *de /* Due to traffic halt when burst length 8, replace default IPG value with 0x3B */ ltq_gbit_w32(0x3B, LTQ_GBIT_PMAC_RX_IPG); @@ -42,6 +40,3 @@ index e695f71..fc963f6 100644 } static int --- -1.7.11.7 - |