ramips: DMA map the correct RX skb size
authorGabor Juhos <juhosg@openwrt.org>
Wed, 24 Nov 2010 10:01:16 +0000 (10:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 24 Nov 2010 10:01:16 +0000 (10:01 +0000)
commit624cfc5c9114dabe86ca85bbd01147c25845b128
treeb3d192be6fd430729684e67bc36baba79568d5a9
parentf833e399f212a432d03750caa2f666db97b96624
ramips: DMA map the correct RX skb size

The skb_reserve call prior to DMA mapping the RX skb reduced the skb
data len by 2. To not allow DMA to write behind the skb we should pass
the correct skb data len to the device.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24123
target/linux/ramips/files/drivers/net/ramips.c