Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278564
b: refs/heads/master
c: 4d611e4
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan committed Nov 10, 2011
1 parent b9142b5 commit c45baa9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0bee1d60cbad24288c75573511356d450c1fd45a
refs/heads/master: 4d611e4d3dc78efcba514d235b5f0a6df0828372
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3928,11 +3928,12 @@ static inline int l2cap_data_channel_iframe(struct l2cap_chan *chan, u32 rx_cont
l2cap_retransmit_frames(chan);
}

__set_ack_timer(chan);

chan->num_acked = (chan->num_acked + 1) % num_to_ack;
if (chan->num_acked == num_to_ack - 1)
l2cap_send_ack(chan);
else
__set_ack_timer(chan);

return 0;

Expand Down

0 comments on commit c45baa9

Please sign in to comment.