commit | 8aab47574a7f5b46a4cdbc6fd820ab34e6c5dbf9 | [log] [tgz] |
---|---|---|
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | Mon Sep 05 14:31:31 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Sep 21 12:58:12 2011 -0300 |
tree | 69f31fec9ff2266d848f5e1f974928a65030c4e4 | |
parent | 1c1def09c446aae441410b70e6439ffe44dee866 [diff] |
Bluetooth: Move SMP crypto functions to a workqueue 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>