mwifiex: Fixed endianness problem for big endian platform
authorKarthik D A <karthida@marvell.com>
Mon, 25 Jul 2016 15:51:04 +0000 (21:21 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 09:57:14 +0000 (12:57 +0300)
commit902831a7629b8b72d333d214b031a717309bb1eb
tree24278db00c5511e1770ce37aeb01464f3b884c98
parent4ad0579a28c0a02613c1d4a53c03ae746f14b0ac
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>
drivers/net/wireless/marvell/mwifiex/fw.h
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c