commit | b78752cc71d86998d3b77d873c61d6ffdb7a2142 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Aug 08 23:06:53 2010 -0400 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Sun Dec 18 17:07:54 2011 -0200 |
tree | d1db8a501d3db581adea616621dbe2963f018ca0 | |
parent | 416dc94baa4a0de6904707d17522f7eae7778c8e [diff] |
Bluetooth: Process recv path in a workqueue instead of a tasklet 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>