mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 06:49:29 -04:00
Bluetooth: Add missing cmd_complete for mgmt_load_link_keys
The command complete event was completely missing for this command. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
committed by
Gustavo F. Padovan
parent
ca69b7957b
commit
0e5f875a8f
@@ -1052,6 +1052,8 @@ static int load_link_keys(struct sock *sk, u16 index, unsigned char *data,
|
||||
key->pin_len);
|
||||
}
|
||||
|
||||
cmd_complete(sk, index, MGMT_OP_LOAD_LINK_KEYS, NULL, 0);
|
||||
|
||||
hci_dev_unlock_bh(hdev);
|
||||
hci_dev_put(hdev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user