From: Gustavo F. Padovan Date: Sat, 1 May 2010 19:15:38 +0000 (-0300) Subject: Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() X-Git-Tag: v2.6.35-rc1~473^2~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3a59819fac19006fe4255b87928e5a12c54532;p=pandora-kernel.git Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() It also fix a bug: we weren't acknowledging I-frames when P=1. Note that when F=1 we are acknowledging packets before setting RemoteBusy to False. The spec says we should do that in the opposite order, but acknowledment of packets doesn't care about RemoteBusy flag so we can do that in the order we want. Signed-off-by: Gustavo F. Padovan Reviewed-by: João Paulo Rechi Vita Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed