From: Luciano Coelho Date: Fri, 27 May 2011 12:34:45 +0000 (+0300) Subject: wl12xx: fix passive and radar channel generation for scheduled scan X-Git-Tag: v3.0-rc2~7^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd08682150e1815fe5cdd0673a2f2e9cd2d55a7a;p=pandora-kernel.git wl12xx: fix passive and radar channel generation for scheduled scan We were comparing bitwise AND results with a boolean, so when the boolean was set to true, it was not matching as it should. Fix this by booleanizing the bitwise AND results with !!. Signed-off-by: Luciano Coelho Signed-off-by: John W. Linville --- Reading git-diff-tree failed