From: Andre Guedes Date: Wed, 26 Feb 2014 23:21:45 +0000 (-0300) Subject: Bluetooth: Move address type conversion to outside hci_connect_le X-Git-Tag: v3.15-rc1~113^2~159^2^2~37^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f77d8c757523f675679d845ff0e15d3276a168a;p=pandora-kernel.git Bluetooth: Move address type conversion to outside hci_connect_le This patch moves address type conversion (L2CAP address type to HCI address type) to outside hci_connect_le. This way, we avoid back and forth address type conversion in a comming patch. So hci_connect_le() now expects 'dst_type' parameter in HCI address type convention. Signed-off-by: Andre Guedes Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed