commit | e2caced40734731e2a17b501840809e30a08141a | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Nov 11 14:44:59 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Nov 19 17:50:32 2015 +0100 |
tree | 2a0ae1a6ff812b44f38d1f50f1b52712613c0a17 | |
parent | 658aead94bb65c0141391f20f8c24f51e971b6ea [diff] |
Bluetooth: Remove conn_unfinished variable from hci_connect_le() The conn_unfinished variable makes the entire logic of hci_connect_le() rather confusing. By restructuring and clarifying the logic we can actually remove the conn_unfinished variable and still keep the same behavior. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>