From: Johan Hedberg Date: Mon, 7 Jul 2014 12:02:27 +0000 (+0300) Subject: Bluetooth: Remove auth_type parameter from hci_connect_le() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d93375a82da10cb023afc945fa18471bf3c41704;p=pandora-kernel.git Bluetooth: Remove auth_type parameter from hci_connect_le() The auth_type value which gets assigned to hci_conn->auth_type is something that's only used for BR/EDR connections and is of no value for LE connections. It makes therefore little sense to pass it to the hci_connect_le() function. This patch removes the parameter from the function. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed