From: Luciano Coelho Date: Thu, 7 Jun 2012 20:39:24 +0000 (+0300) Subject: wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support X-Git-Tag: v3.6-rc1~125^2~559^2~8^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648f6ed9f7f0e4d56d65266734e748a02f8e2df7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed