From: Marcel Holtmann Date: Mon, 9 Aug 2010 03:06:53 +0000 (-0400) Subject: Bluetooth: Process recv path in a workqueue instead of a tasklet X-Git-Tag: v3.3-rc1~182^2~44^2~71^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78752cc71d86998d3b77d873c61d6ffdb7a2142;p=pandora-kernel.git 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 Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed