b43: Fix resume failure
authorMichael Buesch <mb@bu3sch.de>
Fri, 11 Sep 2009 16:31:32 +0000 (18:31 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 23 Sep 2009 15:35:40 +0000 (11:35 -0400)
commit91d372c0afc55faf44c1b763693f089b5dad31ec
treef011236408ca3bcb2d9f832d9f9fcfe29228d333
parent44fdd375cd8bb3544f9832b4a42df497d180feb2
b43: Fix resume failure

This fixes a resume failure where a signal is pending on resume
so the firmware upload fails.
This removes the interruptible sleep, because we don't really need it.
In the worst case (with broken firmware) the sleep loop will take 1 second.
In the common case (working firmware), it will only take a few milliseconds.
So we don't really need to be interruptible.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c