From: Luciano Coelho Date: Wed, 21 Dec 2011 20:36:28 +0000 (+0200) Subject: wl1251: convert 32-bit values to le32 before writing to the chip X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~126^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9e2d9afa90ecb7ee1b419cce6969f31a138f77;p=pandora-kernel.git wl1251: convert 32-bit values to le32 before writing to the chip The 32-bit values were not converted before writing them to the chip. Change the wl1251_read32() and wl1251_write32() so that they always read and write le32 values and convert to and from the CPU endianess. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed