Bluetooth: Process recv path in a workqueue instead of a tasklet
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 9 Aug 2010 03:06:53 +0000 (23:06 -0400)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:54 +0000 (17:07 -0200)
Run recv process in workqueue helps a lot with our processing as the recv
path will also be in the process context, i.e., now all our tx and rx are
in process context.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>

No differences found