Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306870
b: refs/heads/master
c: eb19aaa
h: refs/heads/master
v: v3
  • Loading branch information
Hemant Gupta authored and Gustavo Padovan committed May 9, 2012
1 parent c543fb8 commit c4023a8
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: 3a602a00a4a9d531b4a71ceed487d84103e4b141
refs/heads/master: eb19aaacb3f88dbd69e1cd9a2b1f054d4dade678
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ int mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, u8 persistent)

ev.store_hint = persistent;
bacpy(&ev.key.addr.bdaddr, &key->bdaddr);
ev.key.addr.type = key->bdaddr_type;
ev.key.addr.type = link_to_mgmt(LE_LINK, key->bdaddr_type);
ev.key.authenticated = key->authenticated;
ev.key.enc_size = key->enc_size;
ev.key.ediv = key->ediv;
Expand Down

0 comments on commit c4023a8

Please sign in to comment.