From: Johannes Berg Date: Sat, 29 Jun 2013 17:23:18 +0000 (+0200) Subject: alx: fix MAC address alignment problem X-Git-Tag: v3.11-rc1~64^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ab9b347d677976b2b4072837cb4065839c0b80;p=pandora-kernel.git alx: fix MAC address alignment problem In two places, parts of MAC addresses are used as u32/u16 values. This can cause alignment problems, use put_unaligned and get_unaligned to fix this. Reported-by: Ben Hutchings Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed