Bluetooth: Introduce driver specific post init callback
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 20 Oct 2015 21:25:42 +0000 (23:25 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 21 Oct 2015 04:30:53 +0000 (07:30 +0300)
commit98a63aaf245e2522b0ddd86f38fb83883344bcaf
tree1d84c744eb306d7918cfb6043962a4803020cefc
parentaee61f7aa89bbfa48b91628291d8685aa61c970f
Bluetooth: Introduce driver specific post init callback

Some drivers might have to restore certain settings after the init
procedure has been completed. This driver callback allows them to hook
into that stage. This callback is run just before the controller is
declared as powered up.

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