diff options
| author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:06:35 +0000 |
|---|---|---|
| committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:06:35 +0000 |
| commit | b0b3bc5f009249df74c13ec0dc6087cf1943b318 (patch) | |
| tree | 04584132f5c79a71a972bf9597a9c1d3085f9bbb /target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff | |
| parent | d132c5f42c208e4ab1bb3be0a7503262ee7e4059 (diff) | |
| download | mtk-20170518-b0b3bc5f009249df74c13ec0dc6087cf1943b318.zip mtk-20170518-b0b3bc5f009249df74c13ec0dc6087cf1943b318.tar.gz mtk-20170518-b0b3bc5f009249df74c13ec0dc6087cf1943b318.tar.bz2 | |
refresh kernel patches
SVN-Revision: 11196
Diffstat (limited to 'target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff')
| -rw-r--r-- | target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff b/target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff index 0a2224f..dfd1a67 100644 --- a/target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff +++ b/target/linux/ar7/patches-2.6.24/900-temporary_cpmac_hack.diff @@ -1,6 +1,8 @@ ---- linux-2.6.24.2/drivers/net/cpmac.c 2008-03-10 22:13:50.000000000 +0100 -+++ linux-2.6.24.2/drivers/net/cpmac.c 2008-03-05 15:13:27.000000000 +0100 -@@ -841,7 +841,8 @@ +Index: linux-2.6.24.7/drivers/net/cpmac.c +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/cpmac.c ++++ linux-2.6.24.7/drivers/net/cpmac.c +@@ -936,7 +936,8 @@ static void cpmac_adjust_link(struct net int new_state = 0; spin_lock(&priv->lock); @@ -10,7 +12,7 @@ netif_start_queue(dev); if (priv->phy->duplex != priv->oldduplex) { new_state = 1; -@@ -853,11 +854,11 @@ +@@ -948,11 +949,11 @@ static void cpmac_adjust_link(struct net priv->oldspeed = priv->phy->speed; } |
