From: Johan Hedberg Date: Tue, 17 Mar 2015 11:48:49 +0000 (+0200) Subject: Bluetooth: Add hdev_init callback for HCI channels X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~204^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b94ce925cb103851f39bfa7e23e09823573d30;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed