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:
504f6cd
)
ath10k: fix locking for WEP keys
author
Sujith Manoharan
<c_manoha@qca.qualcomm.com>
Tue, 25 Nov 2014 06:16:59 +0000
(11:46 +0530)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 26 Nov 2014 06:37:26 +0000
(08:37 +0200)
peer->keys needs to be protected by data_lock
since it is also accessed from the WMI path.
Both install() and clear() routines for peer
keys modify the key contents, so use the data_lock
to avoid races.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
No differences found