From: Szymon Janc Date: Tue, 7 Feb 2012 14:43:01 +0000 (+0100) Subject: Bluetooth: Fix possible missing I-Frame acknowledgement X-Git-Tag: v3.4-rc1~177^2~112^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed7a0ae7834cbefb82ed15a92e36983924efa23;p=pandora-kernel.git Bluetooth: Fix possible missing I-Frame acknowledgement Make l2cap_ertm_send return number of pending I-Frames transmitted instead of all (pending + retransmitted) I-Frames transmitted. As only pending I-Frames are considered as acknowledgement, this could lead to situation when no ACK was sent in __l2cap_send_ack (if only already transmitted I-Frames were retransmitted). Signed-off-by: Szymon Janc Signed-off-by: Luiz Augusto von Dentz Acked-by: Gustavo F. Padovan Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed