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:
92fe9b5
)
wl12xx: avoid blocking while holding rcu lock on bss info change
author
Arik Nemtsov
<arik@wizery.com>
Sat, 12 Feb 2011 21:24:20 +0000
(23:24 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 22 Feb 2011 16:06:36 +0000
(18:06 +0200)
Some blocking functions were called while holding the rcu lock for
accessing STA information. This can lead to a deadlock.
Save the required info beforehand and release the rcu without
blocking.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found