commit | 186de9a33803c7ee20d9af75c9049b50e68a3a08 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <gustavo@las.ic.unicamp.br> | Tue Dec 15 15:56:34 2009 -0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 17 12:04:08 2009 -0800 |
tree | 4ec1d2f0b8c7624271cbbff21c6b8b134203574f | |
parent | 971beb83aeb2a309175682cf5683d64fd4591841 [diff] |
Bluetooth: Fix unset of RemoteBusy flag for L2CAP RemoteBusy flag need to be unset before l2cap_ertm_send(), otherwise l2cap_ertm_send() will return without sending packets because it checks that flag before start sending. Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>