drivers/net/usb/asix.c: Fix unaligned accesses
authorNeil Jones <NeilJay@gmail.com>
Tue, 18 May 2010 00:18:28 +0000 (17:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 00:18:28 +0000 (17:18 -0700)
Using this driver can cause unaligned accesses in the IP layer
This has been fixed by aligning the skb data correctly using the
spare room left over by the 4 byte header inserted between packets
by the device.

Signed-off-by: Neil Jones <NeilJay@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found