From: Amitkumar Karwar Date: Tue, 22 Oct 2013 22:24:43 +0000 (-0700) Subject: mwifiex: replace u16 with __le16 in struct mwifiex_types_power_group X-Git-Tag: v3.13-rc1~33^2~27^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930fd35c8de88cc1ce934aa655181c4879422a37;p=pandora-kernel.git mwifiex: replace u16 with __le16 in struct mwifiex_types_power_group __le16 to u16 conversion is missing for "pg_tlv_hdr->length" in mwifiex_get_power_level(). This creates a problem on big endian machines. It is resolved by changing definition of the structure and making required endianness changes. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed