]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9db2c467fa341e5758cbb869d9688fc665c48acc
tree734369cee07cfebf4b426923174a3ecf510ee00c
parenta32d326b9ab4d17a71c133be281a804ef802f7c5
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