]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 21 Oct 2015 15:03:02 +0000 (18:03 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 21 Oct 2015 16:39:16 +0000 (18:39 +0200)
commitb38fec2149ed9f7d773be6a5b05dab46ef625573
treedf060aa8776fff8db3f9d8caddce50e7466e1260
parent68c3e3f970048f5e033ad8526729b9453249f5b3
Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible

Use the new hci_conn_hash_lookup_le() API to look up LE connections.
This way we're guaranteed exact matches that also take into account
the address type.

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