Bluetooth: Remove unnecessary hci_explicit_connect_lookup function
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 21 Oct 2015 15:03:10 +0000 (18:03 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 21 Oct 2015 16:58:23 +0000 (18:58 +0200)
commit17bc08f0d1b17d6d5e4967c1b430af627c5f2041
tree5c5fb50ea65d5eef6a542bde47848fe3659a1a55
parent1ede9868f6577e2bd7eda1a05cd6812aff5c6c8a
Bluetooth: Remove unnecessary hci_explicit_connect_lookup function

There's only one user of this helper which can be replaces with a call
to hci_pend_le_action_lookup() and a check for params->explicit_connect.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c