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:
1c33db7
)
wlcore: don't take mutex before stopping queues
author
Arik Nemtsov
<arik@wizery.com>
Wed, 28 Nov 2012 09:42:44 +0000
(11:42 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 11 Dec 2012 10:37:22 +0000
(12:37 +0200)
Protect all functions touching queue_stop_reasons by spin-lock, since
they are accessed by op_tx. Now there's no need to take the mutex
before caling wlcore_queue_xxx functions.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found