commit | 648f6ed9f7f0e4d56d65266734e748a02f8e2df7 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <coelho@ti.com> | Thu Jun 07 23:39:24 2012 +0300 |
committer | Luciano Coelho <coelho@ti.com> | Fri Jun 08 09:14:08 2012 +0300 |
tree | 734369cee07cfebf4b426923174a3ecf510ee00c | |
parent | 9c6ead570c6b88b865fca15bdc0d09e2d90d2130 [diff] |
wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support 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>