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:
1c1def0
)
Bluetooth: Move SMP crypto functions to a workqueue
author
Vinicius Costa Gomes
<vinicius.gomes@openbossa.org>
Mon, 5 Sep 2011 17:31:31 +0000
(14:31 -0300)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Wed, 21 Sep 2011 15:58:12 +0000
(12:58 -0300)
The function crypto_blkcipher_setkey() called by smp_e()
can sleep, so all the crypto work has to be moved to
hci_dev workqueue.
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
No differences found