solos-pci: ensure all TX packets are aligned to 4 bytes
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 19 Dec 2012 11:01:21 +0000 (11:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 22:53:53 +0000 (14:53 -0800)
The FPGA can't handled unaligned DMA (yet). So copy into an aligned buffer,
if skb->data isn't suitably aligned.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found