ucc_geth: fix for RX skb buffers recycling
authorSergey Matyukevich <geomatsi@gmail.com>
Mon, 14 Jun 2010 06:35:20 +0000 (06:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2010 01:14:59 +0000 (18:14 -0700)
This patch implements a proper modification of RX skb buffers before
recycling. Adjusting only skb->data is not enough because after that
skb->tail and skb->len become incorrect.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found