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)
commit648f6ed9f7f0e4d56d65266734e748a02f8e2df7
tree734369cee07cfebf4b426923174a3ecf510ee00c
parent9c6ead570c6b88b865fca15bdc0d09e2d90d2130
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>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wl18xx/main.c
drivers/net/wireless/ti/wlcore/conf.h