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

No differences found