commit | 52cb1c0d208565d8f06b743cdc6596d744f92e3b | [log] [tgz] |
---|---|---|
author | Suraj Sumangala <suraj@atheros.com> | Wed Mar 09 14:44:05 2011 +0530 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Mar 24 17:04:43 2011 -0300 |
tree | b20b49167311a532ede5a806a1c81332dba5fecf | |
parent | 63a8588debd4dc72becb9e27add9343c76301c7d [diff] |
Bluetooth: Increment unacked_frames count only the first transmit This patch lets 'l2cap_pinfo.unacked_frames' be incremented only the first time a frame is transmitted. Previously it was being incremented for retransmitted packets too resulting the value to cross the transmit window size. Signed-off-by: Suraj Sumangala <suraj@atheros.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>