From: Mat Martineau Date: Wed, 11 Apr 2012 17:48:42 +0000 (-0700) Subject: Bluetooth: Add the l2cap_seq_list structure for tracking frames X-Git-Tag: v3.5-rc1~101^2~6^2^2^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c588192b5e5328cdfc8e299c55477004d397208;p=pandora-kernel.git Bluetooth: Add the l2cap_seq_list structure for tracking frames A sequence list is a data structure used to track frames that need to be retransmitted, and frames that have been requested for retransmission by the remote device. It can compactly represent a list of sequence numbers within the ERTM transmit window. Memory for the list is allocated once at connection time, and common operations in ERTM are O(1). Signed-off-by: Mat Martineau Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed