commit | 070192dd2975c0e97bbdeac7623b755235c6db7d | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Thu Nov 04 20:41:05 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:26:07 2010 -0500 |
tree | e7720e75b93f08fe5f3c37a87b26f75b483ca97b | |
parent | 303c7d6abfd0430e39e84a43361492b4a8c890b6 [diff] |
rt2x00: Fix crash on USB unplug By not scheduling the TX/RX completion worker threads when Radio is disabled, or hardware has been unplugged, the queues cannot be completely cleaned. This causes crashes when the hardware has been unplugged while the radio is still enabled. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>