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:
9c6ead5
)
wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support
author
Luciano Coelho
<coelho@ti.com>
Thu, 7 Jun 2012 20:39:24 +0000
(23:39 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Fri, 8 Jun 2012 06:14:08 +0000
(09:14 +0300)
The conf structure is going to be exported to a file, so we should use
only well defined types. bool is not well defined and may vary from
platform to platform, so change the host_fast_wakeup_support type to
u8 instead.
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found