ssb: fix unaligned access to mac address
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 18 Feb 2013 20:47:45 +0000 (21:47 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Mar 2013 21:24:22 +0000 (16:24 -0500)
The mac address should be aligned to u16 to prevent an unaligned access
in drivers/ssb/pci.c where it is casted to __be16.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found