From: Johan Hedberg Date: Tue, 17 Mar 2015 11:48:50 +0000 (+0200) Subject: Bluetooth: Move generic mgmt command dispatcher to hci_sock.c X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~204^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4335d71a1408d0112c15874538f3f4e153ba01;p=pandora-kernel.git Bluetooth: Move generic mgmt command dispatcher to hci_sock.c The mgmt.c file should be reserved purely for HCI_CHANNEL_CONTROL. The mgmt_control() function in it is already completely generic and has a single user in hci_sock.c. This patch moves the function there and renames it a bit more appropriately to hci_mgmt_cmd() (as it's a command dispatcher). Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed