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)
commit5fed2916c3311688a1ee6dfcde3c18ca188c199d
treedb64cfe6334f3179264e07b9042843af4f8fbbce
parentd9580d224a7e19e65a655eb14e0b442d6a7ff03d
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]