Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243686
b: refs/heads/master
c: 52cb1c0
h: refs/heads/master
v: v3
  • Loading branch information
Suraj Sumangala authored and Gustavo F. Padovan committed Mar 24, 2011
1 parent 10c7d0d commit bb62bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63a8588debd4dc72becb9e27add9343c76301c7d
refs/heads/master: 52cb1c0d208565d8f06b743cdc6596d744f92e3b
4 changes: 3 additions & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,9 @@ int l2cap_ertm_send(struct sock *sk)
bt_cb(skb)->tx_seq = pi->next_tx_seq;
pi->next_tx_seq = (pi->next_tx_seq + 1) % 64;

pi->unacked_frames++;
if (bt_cb(skb)->retries == 1)
pi->unacked_frames++;

pi->frames_sent++;

if (skb_queue_is_last(TX_QUEUE(sk), skb))
Expand Down

0 comments on commit bb62bfe

Please sign in to comment.