summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-11-11 16:18:54 +0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-11-16 16:23:06 -0200
commit0e5f875a8f4fa78edf5762d6d0a9843e1d9ae85e (patch)
tree23c2dd40c6653bc5fa9d206f7d4943ad9a21645e /net/bluetooth/mgmt.c
parentca69b7957bf2e3bc0acc882b837a42617498ece1 (diff)
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>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index cb3af4e4f95..e4a353cfa97 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -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);