commit | d4c04ba141d4c5981aebc0aa0ecadc0f16f99387 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Mon Aug 26 11:47:22 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 26 14:09:07 2013 -0400 |
tree | f94c269403137b08f9d3b3b2d63b3a46b75560e2 | |
parent | d1ae25a0174938f03e28dee8f3269a826fc1bec5 [diff] |
ath9k: Fix TX poll work locking There is no need to call ath_txq_unlock_complete() in the TX poll routine - frame completion is not done here, so use ath_txq_unlock(). Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>