commit | 902831a7629b8b72d333d214b031a717309bb1eb | [log] [tgz] |
---|---|---|
author | Karthik D A <karthida@marvell.com> | Mon Jul 25 21:21:04 2016 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sat Sep 03 12:57:14 2016 +0300 |
tree | 24278db00c5511e1770ce37aeb01464f3b884c98 | |
parent | 4ad0579a28c0a02613c1d4a53c03ae746f14b0ac [diff] |
mwifiex: Fixed endianness problem for big endian platform The driver sends and recives information to and from the firmware. Correct endianness should be ensured as firmware follows little endian format and host can be little/big endian. Signed-off-by: Karthik D A <karthida@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>