commit | 152a2a8b5e1d4cbe91a7c66f1028db15164a3766 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed Dec 19 11:01:21 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 19 14:53:53 2012 -0800 |
tree | 2a3cc4287755749cc5e4e6a7fe837ab69b6a5703 | |
parent | 13af816469db3449c072afbae6c4c1bd9ccecccb [diff] |
solos-pci: ensure all TX packets are aligned to 4 bytes 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>