Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314479
b: refs/heads/master
c: 7490c6c
h: refs/heads/master
i:
  314477: 3655a97
  314475: b0a8f41
  314471: e083b11
  314463: ab8be9e
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Johan Hedberg committed Jun 5, 2012
1 parent 7b2071d commit f3e15fc
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: d060991f3bf4b6f8e9c5dec0c210fe76d9165000
refs/heads/master: 7490c6c2013dc1d42557d7c4694930631b0d0f34
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ static void hci_link_tx_to(struct hci_dev *hdev, __u8 type)
if (c->type == type && c->sent) {
BT_ERR("%s killing stalled connection %s",
hdev->name, batostr(&c->dst));
hci_acl_disconn(c, 0x13);
hci_acl_disconn(c, HCI_ERROR_REMOTE_USER_TERM);
}
}

Expand Down

0 comments on commit f3e15fc

Please sign in to comment.