git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059625e
)
wl1251: convert 32-bit values to le32 before writing to the chip
author
Luciano Coelho
<coelho@ti.com>
Wed, 21 Dec 2011 20:36:28 +0000
(22:36 +0200)
committer
Luciano 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