From: Gustavo F. Padovan Date: Sat, 1 May 2010 19:15:41 +0000 (-0300) Subject: Bluetooth: Change acknowledgement to use the value of txWindow X-Git-Tag: v2.6.35-rc1~473^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803020c6fa63aa738cfda3329c9675b42023e9d2;p=pandora-kernel.git Bluetooth: Change acknowledgement to use the value of txWindow Now that we can set the txWindow we need to change the acknowledgement procedure to ack after each (pi->txWindow/6 + 1). The plus 1 is to avoid the zero value. It also renames pi->num_to_ack to a better name: pi->num_acked. Signed-off-by: Gustavo F. Padovan Reviewed-by: João Paulo Rechi Vita Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed