Bluetooth: Fix missing command complete for mgmt_load_long_term_keys
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 9 Jan 2013 13:29:34 +0000 (15:29 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 10 Jan 2013 08:08:35 +0000 (06:08 -0200)
commit715a5bf2db4df4a7df64f420d21fb49ba146b3fa
treefb1e9524e6781ebda12f4d9500f0ef554d207ea7
parente384662b1c1004e6b1e9d2c4979945a383c07b7d
Bluetooth: Fix missing command complete for mgmt_load_long_term_keys

All management events are expected to indicate successful completion
through a command complete event, however  the load long term keys
command was missing this. This patch adds the missing event.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/mgmt.c