commit | 23e9fde2b344c22c5176c7fd37b52c3776ef5aba | [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 31 14:25:25 2011 -0300 |
tree | 9ea4dc3c4ce0d06e2a7d69f2c160a76e1ef77ea4 | |
parent | 88d377b6c3c28ee54cd4c76bfe6e60f2d9bf6ae1 [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>