From: Johan Hedberg Date: Mon, 14 Oct 2013 13:20:03 +0000 (+0300) Subject: Bluetooth: Reorganize set_connectable HCI command sending X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b74246f3a074b6072fa81002805ceaefb87a013;p=pandora-kernel.git Bluetooth: Reorganize set_connectable HCI command sending This patch moves all the decisions of which HCI commands to send (or not to send) to the code between hci_req_init() and hci_req_run() this allows us to further extend the request with further commands but still keep the same logic of handling whether to return a direct mgmt response in the case that no HCI commands were sent. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed