commit | 4c48381786159ba3f3d8a33d967aeb049341a220 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Tue Aug 18 10:51:52 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:36:03 2009 -0400 |
tree | 4f746f31c80989412d39fcad7a9d631db25aa916 | |
parent | bcd64e0c20eafe6a3976c248833d5d8bcccdf0d9 [diff] |
ath9k: Fix TX poll cancelling In ath9k_stop(), tx_complete_work was being cancelled twice. This patch fixes it. Also, locking sc->mutex should be done at the beginning. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>