brcm47xx: fix unaligned access to mac address
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Feb 2013 13:46:00 +0000 (13:46 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Feb 2013 13:46:00 +0000 (13:46 +0000)
commitd51a4ab0aa835f1be4dc55b1267f0a25e3819d3a
treeb28c4659646327389c5e7fd5c245347653fa79f6
parent48712e4fd2097c8427801e9e428e654af55c86b9
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]