commit | 68915b8dc9bf1e5becf2c7a70b9c712401b60692 | [log] [tgz] |
---|---|---|
author | Devidas Puranik <devidas@marvell.com> | Tue Nov 29 10:47:00 2016 +0530 |
committer | Daniel Mentz <danielmentz@google.com> | Fri Jan 27 16:13:26 2017 -0800 |
tree | 946f3a53a8fd1ab38b80e716b601a5036e54cf52 | |
parent | e539abf6589b573e474cfdcd2aa087515cc9b217 [diff] |
mwifiex: fix for unaligned reads Using the accessor function e.g. get_unaligned_le32 instead of le32_to_cpu to avoid the unaligned access. This is for the architectures that don't handle the unaligned memory access Signed-off-by: Devidas Puranik <devidas@marvell.com> Change-Id: I9180f649a657b44c833dca506b284ca12efea2e9