commit | d3368605591b88cd8af522adadb1c460a8f8e7bb | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Aug 08 09:28:05 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Aug 14 08:49:16 2014 +0200 |
tree | 7b6fa2048b0b9fcec169f0c7d1fe209676ce7e69 | |
parent | 79a0572736ad4b9cac7be72d4402f9c79db8ebaf [diff] |
Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context The code is consistently using the HCI_CONN_LE_SMP_PEND flag check for the existence of the SMP context, with the exception of this one place in smp_sig_channel(). This patch converts the place to use the flag just like all other instances. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>