commit | e0f66218b3a7d0bcf37ca95186123c257fda0ba5 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Jun 21 18:50:49 2010 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Jul 21 10:39:09 2010 -0700 |
tree | 3b7972c417686f3bddbe69af5fdb8c6984c513ee | |
parent | 8cb8e6f1684be13b51f8429b15f39c140326b327 [diff] |
Bluetooth: Remove the send_lock spinlock from ERTM Using a lock to deal with the ERTM race condition - interruption with new data from the hci layer - is wrong. We should use the native skb backlog queue. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>