Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203840
b: refs/heads/master
c: 7fe9b29
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Marcel Holtmann committed Jul 21, 2010
1 parent 43b93b5 commit 6ec84bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8df39f1810b02f877c1ba1eed8e0710019e3b48
refs/heads/master: 7fe9b298c98fdfecf3b0efb4c971b7696d091ae9
4 changes: 4 additions & 0 deletions trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3665,6 +3665,8 @@ static int l2cap_push_rx_skb(struct sock *sk, struct sk_buff *skb, u16 control)

pi->conn_state |= L2CAP_CONN_RNR_SENT;

del_timer(&pi->ack_timer);

queue_work(_busy_wq, &pi->busy_work);

return err;
Expand Down Expand Up @@ -3914,6 +3916,8 @@ static inline int l2cap_data_channel_iframe(struct sock *sk, u16 rx_control, str
pi->conn_state |= L2CAP_CONN_SEND_PBIT;

l2cap_send_srejframe(sk, tx_seq);

del_timer(&pi->ack_timer);
}
return 0;

Expand Down

0 comments on commit 6ec84bd

Please sign in to comment.