linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Move SMP encryption to a workqueue
@ 2011-09-05 17:31 Vinicius Costa Gomes
  2011-09-05 17:31 ` [PATCH v2 1/2] Bluetooth: Move SMP fields to a separate structure Vinicius Costa Gomes
  2011-09-05 17:31 ` [PATCH v2 2/2] Bluetooth: Move SMP crypto functions to a workqueue Vinicius Costa Gomes
  0 siblings, 2 replies; 4+ messages in thread
From: Vinicius Costa Gomes @ 2011-09-05 17:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

Changes from last version:

- use the hci_dev workqueue for SMP crypto work;
- move declaration of smp_chan to smp.h

Cheers,
--

Vinicius Costa Gomes (2):
  Bluetooth: Move SMP fields to a separate structure
  Bluetooth: Move SMP crypto functions to a workqueue

 include/net/bluetooth/hci_core.h |    2 -
 include/net/bluetooth/l2cap.h    |    8 +-
 include/net/bluetooth/smp.h      |   17 ++
 net/bluetooth/hci_core.c         |    8 -
 net/bluetooth/l2cap_core.c       |    2 +-
 net/bluetooth/smp.c              |  339 +++++++++++++++++++++++---------------
 6 files changed, 226 insertions(+), 150 deletions(-)

--
1.7.6.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-13 21:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05 17:31 [PATCH v2 0/2] Move SMP encryption to a workqueue Vinicius Costa Gomes
2011-09-05 17:31 ` [PATCH v2 1/2] Bluetooth: Move SMP fields to a separate structure Vinicius Costa Gomes
2011-09-05 17:31 ` [PATCH v2 2/2] Bluetooth: Move SMP crypto functions to a workqueue Vinicius Costa Gomes
2011-09-13 21:38   ` Gustavo Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).