commit | d93375a82da10cb023afc945fa18471bf3c41704 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Jul 07 15:02:27 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Jul 07 15:18:07 2014 +0200 |
tree | 48e919e58d10a86052905d2ccf67535ddc181b4e | |
parent | 2b7be33e60c631b3080099baf14c43505fa8017d [diff] |
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 <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>