commit | 40586e3fc400c00c11151804dcdc93f8c831c808 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Wed Mar 13 18:54:27 2019 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Mar 29 11:18:48 2019 +0100 |
tree | 5710a4a42eb62ccff3aed29e2d18a2e4971ca2c7 | |
parent | b49c15e1211cc962cb73bbaaa5175ae068144893 [diff] |
mac80211: fix unaligned access in mesh table hash function The pointer to the last four bytes of the address is not guaranteed to be aligned, so we need to use __get_unaligned_cpu32 here Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>