qlge: Turn on RX header split based on platform.
authorRon Mercer <ron.mercer@qlogic.com>
Sat, 2 Jan 2010 10:37:42 +0000 (10:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jan 2010 04:30:33 +0000 (20:30 -0800)
Using 4-byte aligned headers is problematic for some architectures.
Since qlge uses 4-byte aligned rx buffers we split headers for these
architectures into a separate buffer and then recopy to align on 2-byte boundary.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found