git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71005be
)
wl12xx: fix passive and radar channel generation for scheduled scan
author
Luciano Coelho
<coelho@ti.com>
Fri, 27 May 2011 12:34:45 +0000
(15:34 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 31 May 2011 18:47:24 +0000
(14:47 -0400)
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>
No differences found