]> bbs.cooldavid.org Git - net-next-2.6.git/commit
b43: Increase loop tries in do_dummy_tx
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 29 Sep 2008 19:19:29 +0000 (14:19 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Sep 2008 18:07:25 +0000 (14:07 -0400)
commit1d280ddcfd6666a45915ccc3a76dee033a6b917b
tree52a612c474e382260809f7c4f8bb2e3998aed410
parent1bef016a5a2c52de45b332c8fa797958becde9bf
b43: Increase loop tries in do_dummy_tx

One of the spin-on-condition loops in routine do_dummy_tx always exits before
the condition is satisfied. The hardware might be left in an inconsistent
state that might be the cause of the PHY transmission errors seen by some
users.

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