commit | f03b865491c2f30f2a4d77cdafc69c978ceb38a0 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Nov 28 14:27:03 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:04:18 2008 -0800 |
tree | 2d66c0e238b2770ef198a0acfd6d704566bcade1 | |
parent | 5ac5d616327bdbdf632bdf4dc9ae09477f79b6b3 [diff] |
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>