From: Andre Guedes Date: Wed, 26 Feb 2014 23:21:44 +0000 (-0300) Subject: Bluetooth: Refactor HCI connection code X-Git-Tag: v3.15-rc1~113^2~159^2^2~37^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a6c5898e8cbb46313b7d425001b701f0fa4e3d;p=pandora-kernel.git Bluetooth: Refactor HCI connection code hci_connect() is a very simple and useless wrapper of hci_connect_acl and hci_connect_le functions. Addtionally, all places where hci_connect is called the link type value is passed explicitly. This way, we can safely delete hci_connect, declare hci_connect_acl and hci_connect_le in hci_core.h and call them directly. No functionality is changed by this patch. Signed-off-by: Andre Guedes Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed