diff options
author | Luciano Coelho <coelho@ti.com> | 2011-05-27 15:34:45 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-31 14:47:24 -0400 |
commit | dd08682150e1815fe5cdd0673a2f2e9cd2d55a7a (patch) | |
tree | 3c52564a8c92cb75c0b9fa49a91809412c1bdaeb /net | |
parent | 71005be40a7fc95edda3cc462361ce0243e4f5fa (diff) | |
download | linux-3.10-dd08682150e1815fe5cdd0673a2f2e9cd2d55a7a.tar.gz linux-3.10-dd08682150e1815fe5cdd0673a2f2e9cd2d55a7a.tar.bz2 linux-3.10-dd08682150e1815fe5cdd0673a2f2e9cd2d55a7a.zip |
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 <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions