From: Johan Hedberg Date: Wed, 25 Sep 2013 10:26:08 +0000 (+0300) Subject: Bluetooth: Use async request for LE enable/disable X-Git-Tag: v3.13-rc1~105^2~225^2~24^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416a4ae56b7a37407ca1155805c05b638f845778;p=pandora-kernel.git Bluetooth: Use async request for LE enable/disable This patch updates the code to use an asynchronous request for handling the enabling and disabling of LE support. This refactoring is necessary as a preparation for adding advertising support, since when LE is disabled we should also disable advertising, and the cleanest way to do this is to perform the two respective HCI commands in the same asynchronous request. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed