Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178125
b: refs/heads/master
c: 186ee8c
h: refs/heads/master
i:
  178123: 52b70fb
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Marcel Holtmann committed Dec 17, 2009
1 parent 86d2baf commit 83d36b0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 186de9a33803c7ee20d9af75c9049b50e68a3a08
refs/heads/master: 186ee8cf0130993dea8ab8867ff1af8a148f9ae6
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3471,9 +3471,9 @@ static inline int l2cap_data_channel_sframe(struct sock *sk, u16 rx_control, str
pi->conn_state &= ~L2CAP_CONN_REMOTE_BUSY;

if (rx_control & L2CAP_CTRL_POLL) {
l2cap_retransmit_frame(sk, tx_seq);
pi->expected_ack_seq = tx_seq;
l2cap_drop_acked_frames(sk);
l2cap_retransmit_frame(sk, tx_seq);
l2cap_ertm_send(sk);
if (pi->conn_state & L2CAP_CONN_WAIT_F) {
pi->srej_save_reqseq = tx_seq;
Expand Down

0 comments on commit 83d36b0

Please sign in to comment.