brcm47xx: fix unaligned access to mac address
authorHauke Mehrtens <hauke@openwrt.org>
Sat, 16 Feb 2013 13:46:00 +0000 (13:46 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Sat, 16 Feb 2013 13:46:00 +0000 (13:46 +0000)
commit2a28660d300176ce13dd419be469e91767c9c076
treeb28c4659646327389c5e7fd5c245347653fa79f6
parent117f7697ec09d0ca69959882c4454d41b6794e7f
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35618 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/brcm47xx/patches-3.6/270-ssb-fix-unaligned-access-to-mac-address.patch [new file with mode: 0644]