brcm47xx: fix unaligned access to mac address
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Feb 2013 13:46:00 +0000 (13:46 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Feb 2013 13:46:00 +0000 (13:46 +0000)
commit4326d88e27858d596b6c5fa285d866e97dca7cad
treeb28c4659646327389c5e7fd5c245347653fa79f6
parent9f1fdd69d96bb987440096425b72fc02a8111938
brcm47xx: fix unaligned access to mac address

The mac address should be aligned to u16 to prevent an unaligned access
in drivers/ssb/pci.c where it is casted to __be16.

This closes #9824.

SVN-Revision: 35618
target/linux/brcm47xx/patches-3.6/270-ssb-fix-unaligned-access-to-mac-address.patch [new file with mode: 0644]