Re: [OpenWrt-Devel] [PATCH] bcm63xx_enet: update upstream fixes (with the patch)
Le lundi 2 novembre 2009 12:12:16, Guillaume LECERF a écrit : > 2009/10/20 Guillaume LECERF : > > With the patch this time. > > Ping? Applied in r18335, thanks! -- Best regards, Florian Fainelli Email: flor...@openwrt.org Web: http://openwrt.org IRC: [florian] on irc.freenode.net --- signature.asc Description: This is a digitally signed message part. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Re: [OpenWrt-Devel] [PATCH] bcm63xx_enet: update upstream fixes (with the patch)
2009/10/20 Guillaume LECERF : > With the patch this time. Ping? -- Guillaume LECERF GeeXboX developer - www.geexbox.org ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel
[OpenWrt-Devel] [PATCH] bcm63xx_enet: update upstream fixes (with the patch)
With the patch this time. -- Guillaume LECERF GeeXboX developer - www.geexbox.org Index: target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch === --- target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch (revision 18097) +++ target/linux/brcm63xx/patches-2.6.30/060-bcm63xx_enet_upstream_fixes.patch (working copy) @@ -8,6 +8,15 @@ #include #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; ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel
[OpenWrt-Devel] [PATCH] bcm63xx_enet: update upstream fixes
Hi all, This patch integrates http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=ec1652af18ef02c7c6ceeabb64f56f16eaf40ae9 to 060-bcm63xx_enet_upstream_fixes.patch . Signed-off-by: Guillaume LECERF -- Guillaume LECERF GeeXboX developer - www.geexbox.org ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel