Felix Fietkau 8f611288c8 b43: work around a locking issue in ->set_tim()
ops->set_tim() must be atomic, so b43 trying to acquire a mutex leads
to a kernel crash. This patch trades an easy to trigger crash in AP
mode for an unlikely race condition. According to Michael, the real
fix would be to allow set_tim() to sleep, since b43 is not the only
driver that needs to sleep in all callbacks.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-11-10 16:21:12 -05:00
..
2009-10-30 15:50:25 -04:00
2009-09-08 16:31:07 -04:00
2009-09-23 11:35:45 -04:00
2009-09-08 16:31:08 -04:00
2009-09-23 11:35:43 -04:00
2009-09-23 11:35:44 -04:00
2009-09-08 16:31:07 -04:00
2009-09-23 11:35:43 -04:00
2009-10-12 15:55:53 -04:00