Bluetooth: Move Delete Stored Link Key to 4th phase of initialization
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 13 Jan 2015 06:47:22 +0000 (22:47 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Jan 2015 08:02:21 +0000 (10:02 +0200)
commit36f260ceff9d2a3ac53882eec941a1424719f2a6
treeeb68ffa8048cdc1ffcf22f0575c99e14ad06085a
parent97307f51d7ce676661acef7af8a01eb11b3560c0
Bluetooth: Move Delete Stored Link Key to 4th phase of initialization

This moves the execution of Delete Stored Link Key command to the
hci_init4_req phase. No actual code has been changed. The command
is just executed at a later stage of the initialization.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c