X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fps3%2Fpatches-2.6.30%2F0016-ps3-gelic-fix-rxdmac.patch;fp=target%2Flinux%2Fps3%2Fpatches-2.6.30%2F0016-ps3-gelic-fix-rxdmac.patch;h=1cb202d4f59a8f6cc912fa725512c5f786f0da40;hb=c5bd1f48fc1725f9ed1e2d0055f5f821a40ae51d;hp=00204e374e37f2f9a213d47245b51b5c240c719f;hpb=6d50f0e98d0810ad487cc38d92449f85db25cb54;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ps3/patches-2.6.30/0016-ps3-gelic-fix-rxdmac.patch b/target/linux/ps3/patches-2.6.30/0016-ps3-gelic-fix-rxdmac.patch index 00204e374e..1cb202d4f5 100644 --- a/target/linux/ps3/patches-2.6.30/0016-ps3-gelic-fix-rxdmac.patch +++ b/target/linux/ps3/patches-2.6.30/0016-ps3-gelic-fix-rxdmac.patch @@ -28,7 +28,7 @@ Signed-off-by: Geoff Levand --- a/drivers/net/ps3_gelic_net.c +++ b/drivers/net/ps3_gelic_net.c -@@ -970,10 +970,6 @@ static int gelic_card_decode_one_descr(s +@@ -969,10 +969,6 @@ static int gelic_card_decode_one_descr(s int dmac_chain_ended; status = gelic_descr_get_status(descr); @@ -39,7 +39,7 @@ Signed-off-by: Geoff Levand if (status == GELIC_DESCR_DMA_CARDOWNED) return 0; -@@ -1036,6 +1032,11 @@ static int gelic_card_decode_one_descr(s +@@ -1035,6 +1031,11 @@ static int gelic_card_decode_one_descr(s /* ok, we've got a packet in descr */ gelic_net_pass_skb_up(descr, card, netdev); refill: @@ -51,7 +51,7 @@ Signed-off-by: Geoff Levand /* * So that always DMAC can see the end * of the descriptor chain to avoid -@@ -1064,10 +1065,9 @@ refill: +@@ -1063,10 +1064,9 @@ refill: * If dmac chain was met, DMAC stopped. * thus re-enable it */ @@ -65,7 +65,7 @@ Signed-off-by: Geoff Levand return 1; } -@@ -1133,11 +1133,6 @@ static irqreturn_t gelic_card_interrupt( +@@ -1132,11 +1132,6 @@ static irqreturn_t gelic_card_interrupt( status &= card->irq_mask;