commit | 8524982847ff00b66ffb89314c342c51f4138ee7 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Mon Feb 18 21:47:45 2013 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 06 16:24:22 2013 -0500 |
tree | 104347c00e43be53df66a4f0b8640323940461f9 | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 [diff] |
ssb: 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. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>