commit | 92c70a958b0b6b7e729a47a7c85762636859eee9 | [log] [tgz] |
---|---|---|
author | Devidas Puranik <devidas@marvell.com> | Thu Mar 09 14:06:17 2017 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Mar 20 19:05:21 2017 +0200 |
tree | b0fa2fa9fef5e6c84605f38f2445627d5737362e | |
parent | 5653c6462f56e13cb943cd572fdae9252157a523 [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> Signed-off-by: Ganapathi Bhat <gbhat@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>