From: Olof Johansson Date: Tue, 2 Oct 2007 21:25:14 +0000 (-0500) Subject: pasemi_mac: fix bug in receive buffer dma mapping X-Git-Tag: v2.6.24-rc1~1454^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18eec695427ce1258fb5dad0ac180fa4d6f64af7;p=pandora-kernel.git pasemi_mac: fix bug in receive buffer dma mapping pasemi_mac: fix bug in receive buffer dma mapping skb->len isn't actually set to the size of the allocated skb, so don't try to use it when figuring out how much to map. (This hasn't surfaced as a real bug because we effectively disable translation for the interface, but it still needs fixing for the future) Signed-off-by: Olof Johansson Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed