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:
02969d2
)
wireless, airo: waitbusy() won't delay
author
Roel Kluin
<roel.kluin@gmail.com>
Tue, 13 May 2008 20:12:27 +0000
(22:12 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 16 May 2008 21:15:10 +0000
(17:15 -0400)
There will be no delay even when COMMAND_BUSY (defined 0x8000) is set:
0x8000 & (delay < 10000) will evaluate to 0 - when delay is 0.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found