sky2: align IP header on Rx if possible
commitf03b865491c2f30f2a4d77cdafc69c978ceb38a0
authorStephen Hemminger <shemminger@linux-foundation.org>
Wed, 28 Nov 2007 22:27:03 +0000 (28 14:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:04:18 +0000 (28 15:04 -0800)
tree2d66c0e238b2770ef198a0acfd6d704566bcade1
parent5ac5d616327bdbdf632bdf4dc9ae09477f79b6b3
sky2: align IP header on Rx if possible

The sky2 driver was not aligning the IP header on receive buffers.
This workaround is only needed on hardware with broken FIFO, newer chips
without FIFO can just DMA to unaligned address.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c