]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8723ab0ef74f525455788c626839b6247443e2cd
tree5c5fb50ea65d5eef6a542bde47848fe3659a1a55
parent4636d915a2ebe6cd55fd80181b608098ddb4a922
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