Bluetooth: Add hdev_init callback for HCI channels
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 17 Mar 2015 11:48:49 +0000 (13:48 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 17 Mar 2015 17:03:08 +0000 (18:03 +0100)
commit88b94ce925cb103851f39bfa7e23e09823573d30
treec73d6a6d81e9177a8353a821c4eeb8891f11879c
parenta380b6cff1a2d2139772e88219d08330f84d0381
Bluetooth: Add hdev_init callback for HCI channels

In order to make the mgmt command handling more generic we can't have a
direct call to mgmt_init_hdev() from mgmt_control(). This patch adds a
new callback to struct hci_mgmt_chan. And sets it to point to the
mgmt_init_hdev() function for the HCI_CHANNEL_CONTROL instance.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/mgmt.c
This page took 0.041851 seconds and 5 git commands to generate.