wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support
authorLuciano Coelho <coelho@ti.com>
Thu, 7 Jun 2012 20:39:24 +0000 (23:39 +0300)
committerLuciano 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