From: Neil Jones Date: Tue, 18 May 2010 00:18:28 +0000 (-0700) Subject: drivers/net/usb/asix.c: Fix unaligned accesses X-Git-Tag: v2.6.35-rc1~473^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f78d1f210ff89af77f042ab7f4a8fee39feb1c9;p=pandora-kernel.git drivers/net/usb/asix.c: Fix unaligned accesses 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed