commit | ea888357ec005abffb95acee2e61aac68dff429c | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Tue Jan 25 14:15:12 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 27 16:41:10 2011 -0500 |
tree | 45e343b19e249bff3a367a729a4b69df9703995c | |
parent | 203043f579ece44bb30291442cd56332651dd37d [diff] |
ath9k_htc: fix race conditions when stop device We do not kill any scheduled tasklets when stopping device, that may cause usage of resources after free. Disable interrupts, kill tasklets and then works in correct order. Cc: stable@kernel.org Tested-by: Sujith <m.sujith@gmail.com> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>