Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255825
b: refs/heads/master
c: b569450
h: refs/heads/master
i:
  255823: b0bd64a
v: v3
  • Loading branch information
Gustavo F. Padovan committed Jun 13, 2011
1 parent a4c9aaf commit caeec77
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: 1a09bcb97ca1b4eb9a6ea381fbc3beb7a9d2895d
refs/heads/master: b569450682e944653f307b47c549ca12150d4596
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4127,7 +4127,7 @@ static int l2cap_disconn_ind(struct hci_conn *hcon)

BT_DBG("hcon %p", hcon);

if (hcon->type != ACL_LINK || !conn)
if ((hcon->type != ACL_LINK && hcon->type != LE_LINK) || !conn)
return 0x13;

return conn->disc_reason;
Expand Down

0 comments on commit caeec77

Please sign in to comment.