From: Johan Hedberg Date: Thu, 2 Apr 2015 10:41:13 +0000 (+0300) Subject: Bluetooth: Convert local OOB data reading to use HCI request X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~69^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9441f8ec426223f6f54f2af10ee01c8b743e5b;p=pandora-kernel.git Bluetooth: Convert local OOB data reading to use HCI request Now that there's a HCI request API available where the callback receives the resulting skb, we can convert the local OOB data reading to use this new API. This patch does the necessary update in mgmt.c (which also requires moving the callback higher up since it's now a static function) and removes the custom calls from hci_event.c that are no-longer necessary. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed