wl1251: convert 32-bit values to le32 before writing to the chip
authorLuciano Coelho <coelho@ti.com>
Wed, 21 Dec 2011 20:36:28 +0000 (22:36 +0200)
committerLuciano Coelho <coelho@ti.com>
Wed, 15 Feb 2012 06:38:27 +0000 (08:38 +0200)
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 <coelho@ti.com>

No differences found