]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c9bf24728bff53566f97310e733e5cf0a11643c
tree1d84c744eb306d7918cfb6043962a4803020cefc
parent3250b09c12630cbe4cf11a52f32178eb9dcceecd
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