Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232471
b: refs/heads/master
c: 88644bb
h: refs/heads/master
i:
  232469: 3e29873
  232467: 9dcdc5b
  232463: 28b10c4
v: v3
  • Loading branch information
Johan Hedberg authored and Gustavo F. Padovan committed Jan 19, 2011
1 parent 51d6bf8 commit 5d6ee75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 683d949a7fbf33c244670e34d35c460e0d6558cb
refs/heads/master: 88644bb9fee591b2743a881923263bc28df4cded
5 changes: 0 additions & 5 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,6 @@ struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8
acl->sec_level = sec_level;
acl->auth_type = auth_type;
hci_acl_connect(acl);
} else {
if (acl->sec_level < sec_level)
acl->sec_level = sec_level;
if (acl->auth_type < auth_type)
acl->auth_type = auth_type;
}

if (type == ACL_LINK)
Expand Down

0 comments on commit 5d6ee75

Please sign in to comment.