Home
last modified time | relevance | path

Searched hist:"803020 c6fa63aa738cfda3329c9675b42023e9d2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.hdiff 803020c6fa63aa738cfda3329c9675b42023e9d2 Sat May 01 14:15:41 CDT 2010 Gustavo F. Padovan <padovan@profusion.mobi> 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 <padovan@profusion.mobi>
Reviewed-by: João Paulo Rechi Vita <jprvita@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>