Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291104
b: refs/heads/master
c: fdde0a2
h: refs/heads/master
v: v3
  • Loading branch information
Ido Yariv authored and Gustavo F. Padovan committed Mar 8, 2012
1 parent d5499d1 commit abcb325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3ff53ff006b7906c88adf9d0fccc06a8877fae1
refs/heads/master: fdde0a26a218d95e2ea38c0838ab6f24040af14c
2 changes: 2 additions & 0 deletions trunk/net/bluetooth/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ static u8 smp_cmd_pairing_req(struct l2cap_conn *conn, struct sk_buff *skb)
if (req->auth_req & SMP_AUTH_BONDING)
auth = req->auth_req;

conn->hcon->pending_sec_level = authreq_to_seclevel(auth);

build_pairing_cmd(conn, req, &rsp, auth);

key_size = min(req->max_key_size, rsp.max_key_size);
Expand Down

0 comments on commit abcb325

Please sign in to comment.