From: Johan Hedberg Date: Fri, 6 Mar 2015 19:08:56 +0000 (+0200) Subject: Bluetooth: Add mgmt_send_event() helper to send to any HCI channel X-Git-Tag: omap-for-v4.2/o2_dc~131^2~244^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a00ff445f1337bbd0fbf65d3ae468dfbc7ba53e;p=pandora-kernel.git Bluetooth: Add mgmt_send_event() helper to send to any HCI channel Currently the mgmt_event() function is only capable of sending to HCI_CHANNEL_CONTROL. To void having to change all users of it, add a new mgmt_send_event() function that takes a channel parameter, and make the old mgmt_event() a wrapper that passes MGMT_CHANNEL_CONTROL to it. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed