commit | af68abadac378f7a4a44fe766383e7b88c7f9c3b | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Mon Jun 04 20:23:43 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 06 15:20:30 2012 -0400 |
tree | bad7c43d612dfc187dda5be0bf2c4be4c252d1de | |
parent | ef1b6cd9a1ba06a3daf9a03aa8f25d52d1f2c31a [diff] |
ath9k: Fix work handling * Currently, there is no synchronization between the reset work and the tx-poll work. Fix this and make sure that we bail out properly if a reset work is in progress. * Cleanup the PLL WAR and enable it for AR9340 too and use a helper for restarting work/timers after a reset. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>