From: Mat Martineau Date: Fri, 18 May 2012 03:53:41 +0000 (-0700) Subject: Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better X-Git-Tag: v3.6-rc1~125^2~57^2~290^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31f76337257616aca0ea15abee271513b17426c;p=pandora-kernel.git Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better This action now exactly matches what is defined in the ERTM specification, including clearing the remote busy flag and setting the retransmit timer rather than retransmitting frames directly. The spec does not retransmit frames as part of this action, since retransmission is only triggered by REJ, SREJ, or an RR with the final bit set. struct l2cap_ctrl is also used to set up header values. Signed-off-by: Mat Martineau Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed