]> git.baikalelectronics.ru Git - kernel.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)
commit9fb2558f01d5595cf0b4f1ee9bf1ab871181d085
tree52a612c474e382260809f7c4f8bb2e3998aed410
parent9c8842558db17c360bd1b06f83badf4381049fd5
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