Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290903
b: refs/heads/master
c: 127074b
h: refs/heads/master
i:
  290901: 38b3134
  290899: a07ae45
  290895: 37c2fd3
v: v3
  • Loading branch information
Ulisses Furquim authored and Johan Hedberg committed Feb 13, 2012
1 parent 7446cad commit 4964dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 17cd3f374be6648bd46c86ff8f2a2511d3f416ee
refs/heads/master: 127074bfa3c11c12e0160437e31b08c6b27412a4
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,10 +1016,10 @@ static void l2cap_conn_del(struct hci_conn *hcon, int err)
hci_chan_del(conn->hchan);

if (conn->info_state & L2CAP_INFO_FEAT_MASK_REQ_SENT)
__cancel_delayed_work(&conn->info_timer);
cancel_delayed_work_sync(&conn->info_timer);

if (test_and_clear_bit(HCI_CONN_LE_SMP_PEND, &hcon->flags)) {
__cancel_delayed_work(&conn->security_timer);
cancel_delayed_work_sync(&conn->security_timer);
smp_chan_destroy(conn);
}

Expand Down

0 comments on commit 4964dbe

Please sign in to comment.