Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279398
b: refs/heads/master
c: 3573b80
h: refs/heads/master
v: v3
  • Loading branch information
Hemant Gupta authored and Gustavo F. Padovan committed Dec 23, 2011
1 parent 9cba2a0 commit 2d4a063
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: af3e6359a2b52970c63c3c9f73d52be281a162ad
refs/heads/master: 3573b80c42e88c2a43c068c86bcd1a753cf6e1a0
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ static int smp_cmd_master_ident(struct l2cap_conn *conn, struct sk_buff *skb)

skb_pull(skb, sizeof(*rp));

hci_add_ltk(conn->hcon->hdev, 1, conn->src, smp->smp_key_size,
hci_add_ltk(conn->hcon->hdev, 1, conn->dst, smp->smp_key_size,
rp->ediv, rp->rand, smp->tk);

smp_distribute_keys(conn, 1);
Expand Down

0 comments on commit 2d4a063

Please sign in to comment.