Bluetooth: Fix missing retransmission action with RR(P=1)
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 3 Jun 2010 19:34:20 +0000 (16:34 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 21 Jul 2010 17:39:07 +0000 (10:39 -0700)
commit4ea727ef9d507413f15da0de401d8a50b125649a
tree5a5eb90f1d859dcbe6c79bc8d4b14d3273816641
parent260000896750690b774d4343294ae5cbff1423e5
Bluetooth: Fix missing retransmission action with RR(P=1)

The Bluetooth SIG Profile Tuning Suite Software uses the CSA1 spec
to run the L2CAP tests. The new 3.0 spec has a missing
Retransmit-I-Frames action when the Remote side is Busy.
We still start the retransmission timer if Remote is Busy and unacked
frames > 0. We do everything we did before this change plus the
Retransmission of I-frames.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Reviewed-by: João Paulo Rechi Vita <jprvita@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap.c