wireless, airo: waitbusy() won't delay
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 13 May 2008 20:12:27 +0000 (22:12 +0200)
committerJohn 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