Skip to content
Commit 3f78d1f2 authored by Neil Jones's avatar Neil Jones Committed by David S. Miller
Browse files

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: default avatarNeil Jones <NeilJay@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e7a3af5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment