From: Mat Martineau Date: Fri, 18 May 2012 03:53:44 +0000 (-0700) Subject: Bluetooth: Send SREJ frames when packets go missing X-Git-Tag: v3.6-rc1~125^2~57^2~290^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed68bde7ebdb591cc67921261307626c8f37936;p=pandora-kernel.git Bluetooth: Send SREJ frames when packets go missing The ERTM specification lays out three scenarios for sending SREJ frames to request retransmission of specific frames. l2cap_send_srej requests all frames up to a given txseq that are not already queued for reassembly. l2cap_send_srej_tail only requests the most recent missing frame. l2cap_send_srej_list resends SREJ frames for data that was requested for resend but never received. Signed-off-by: Mat Martineau Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed