Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145042
b: refs/heads/master
c: 1b0336b
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann committed May 10, 2009
1 parent 4218c8b commit e7301ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 384943ec1bb462e410390ad8f108ff1474cd882d
refs/heads/master: 1b0336bb36f88976f1210a65b62f6a3e9578ee7b
4 changes: 1 addition & 3 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,8 @@ static void hci_conn_timeout(unsigned long arg)
switch (conn->state) {
case BT_CONNECT:
case BT_CONNECT2:
if (conn->type == ACL_LINK)
if (conn->type == ACL_LINK && conn->out)
hci_acl_connect_cancel(conn);
else
hci_acl_disconn(conn, 0x13);
break;
case BT_CONFIG:
case BT_CONNECTED:
Expand Down

0 comments on commit e7301ed

Please sign in to comment.