projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add some missing debugging related config symbols
[openwrt.git]
/
target
/
linux
/
rdc
/
patches-2.6.32
/
013-r6040_fix_mii_check_media.patch
diff --git
a/target/linux/rdc/patches-2.6.32/013-r6040_fix_mii_check_media.patch
b/target/linux/rdc/patches-2.6.32/013-r6040_fix_mii_check_media.patch
index
41be86a
..
f56c40f
100644
(file)
--- a/
target/linux/rdc/patches-2.6.32/013-r6040_fix_mii_check_media.patch
+++ b/
target/linux/rdc/patches-2.6.32/013-r6040_fix_mii_check_media.patch
@@
-1,8
+1,6
@@
-diff --git a/drivers/net/r6040.c b/drivers/net/r6040.c
-index 4122916..eeee379 100644
--- a/drivers/net/r6040.c
+++ b/drivers/net/r6040.c
--- a/drivers/net/r6040.c
+++ b/drivers/net/r6040.c
-@@ -40
0,9 +400,6 @@ static void r6040_init_mac_regs(struct net_device *dev)
+@@ -40
1,9 +401,6 @@ static void r6040_init_mac_regs(struct n
* we may got called by r6040_tx_timeout which has left
* some unsent tx buffers */
iowrite16(0x01, ioaddr + MTPR);
* we may got called by r6040_tx_timeout which has left
* some unsent tx buffers */
iowrite16(0x01, ioaddr + MTPR);
@@
-12,7
+10,7
@@
index 4122916..eeee379 100644
}
static void r6040_tx_timeout(struct net_device *dev)
}
static void r6040_tx_timeout(struct net_device *dev)
-@@ -53
0,8 +527,6 @@ static int r6040_phy_mode_chk(struct net_device *dev)
+@@ -53
1,8 +528,6 @@ static int r6040_phy_mode_chk(struct net
phy_dat = 0x0000;
}
phy_dat = 0x0000;
}
@@
-21,7
+19,7
@@
index 4122916..eeee379 100644
return phy_dat;
};
return phy_dat;
};
-@@ -81
3,6 +808,9 @@ static void r6040_timer(unsigned long data)
+@@ -81
4,6 +809,9 @@ static void r6040_timer(unsigned long da
/* Timer active again */
mod_timer(&lp->timer, round_jiffies(jiffies + HZ));
/* Timer active again */
mod_timer(&lp->timer, round_jiffies(jiffies + HZ));
This page took
0.0288 seconds
and
4
git commands to generate.