commit | 96af7391b752cf3d2de3aef8f03c45ba76d3ac5e | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Mon Oct 24 15:30:58 2011 +0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Nov 07 17:24:40 2011 -0200 |
tree | 2aa2af0a3fb4980199056df76fdf4a8eeb108bf5 | |
parent | 5ada9913630d48438f2e07551af43cbf297372d4 [diff] |
Bluetooth: Replace rfcomm tty tasklet by workqueue Remove old tasklets and replace by workqueue. To avoid reentrancy (which tasklets always avoid) we use the system_nrt_wq. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>