Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290923
b: refs/heads/master
c: 261cc5a
h: refs/heads/master
i:
  290921: c031c36
  290919: 71fbf12
v: v3
  • Loading branch information
Vinicius Costa Gomes authored and Johan Hedberg committed Feb 13, 2012
1 parent 8bd57c9 commit 88bc348
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f9c5f9ddcfc404b5d4c079452755337d84c97707
refs/heads/master: 261cc5aa9e54aac633dcc3b6469739cb6e23e21a
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,9 @@ int hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, u8 type,
if (!new_key)
return 0;

if (type & HCI_SMP_LTK)
mgmt_new_ltk(hdev, key, 1);

return 0;
}

Expand Down

0 comments on commit 88bc348

Please sign in to comment.