Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323167
b: refs/heads/master
c: aad3d0e
h: refs/heads/master
i:
  323165: 8c9d844
  323163: 3edb30a
  323159: d619a9b
  323151: 77eaab5
  323135: 61f6bc5
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed Sep 18, 2012
1 parent 345d061 commit abb72ff
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: 562fcc246ebe31ade6e1be08585673b9b2785498
refs/heads/master: aad3d0e343900a4c2c5dbc73f76550aa64a0ac1b
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ static void l2cap_send_disconn_req(struct l2cap_conn *conn, struct l2cap_chan *c
if (!conn)
return;

if (chan->mode == L2CAP_MODE_ERTM) {
if (chan->mode == L2CAP_MODE_ERTM && chan->state == BT_CONNECTED) {
__clear_retrans_timer(chan);
__clear_monitor_timer(chan);
__clear_ack_timer(chan);
Expand Down

0 comments on commit abb72ff

Please sign in to comment.