fs_enet: Align receive buffers.
authorScott Wood <scottwood@freescale.com>
Mon, 1 Oct 2007 19:20:52 +0000 (14:20 -0500)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:02 +0000 (16:54 -0700)
At least some hardware driven by this driver needs receive buffers
to be aligned on a 16-byte boundary.  This usually happens by chance,
but it breaks if slab debugging is enabled.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found