From: Gustavo F. Padovan Date: Sat, 3 Oct 2009 05:34:40 +0000 (-0300) Subject: Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value X-Git-Tag: v2.6.33-rc1~388^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab25cdd7b54473dd42dcffc9872737de2517466;p=pandora-kernel.git Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value SendRRorRNR needs to acknowledge received I-frames (actually every packet needs to acknowledge received I-frames by sending the proper packet sequence number), so ReqSeq is set to the next I-frame number sequence to be pulled by the reassembly function. SendRRorRNR tells the remote side about local busy conditions, it sends a Receiver Ready frame if local busy is false or a Receiver Not Ready if local busy is true. ReqSeq is the packet's field to send the number of the acknowledged packets. Signed-off-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed