projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[mpc83xx]: FIT uImage support for the MPC8377-WLAN
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.30
/
060-bcm63xx_enet_upstream_fixes.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch
b/target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch
index
0271aa6
..
e4c8026
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch
+++ b/
target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch
@@
-8,6
+8,15
@@
#include <bcm63xx_dev_enet.h>
#include "bcm63xx_enet.h"
#include <bcm63xx_dev_enet.h>
#include "bcm63xx_enet.h"
+@@ -91,7 +90,7 @@
+ if (enet_readl(priv, ENET_IR_REG) & ENET_IR_MII)
+ break;
+ udelay(1);
+- } while (limit-- >= 0);
++ } while (limit-- > 0);
+
+ return (limit < 0) ? 1 : 0;
+ }
@@ -321,7 +320,7 @@
if (len < copybreak) {
struct sk_buff *nskb;
@@ -321,7 +320,7 @@
if (len < copybreak) {
struct sk_buff *nskb;
This page took
0.020271 seconds
and
4
git commands to generate.