git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ae25a
)
ath9k: Fix TX poll work locking
author
Sujith Manoharan
<c_manoha@qca.qualcomm.com>
Mon, 26 Aug 2013 06:17:22 +0000
(11:47 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 26 Aug 2013 18:09:07 +0000
(14:09 -0400)
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>
No differences found