commit | 1ede9868f6577e2bd7eda1a05cd6812aff5c6c8a | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Oct 21 18:03:07 2015 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Oct 21 18:57:03 2015 +0200 |
tree | de2162dc01468fac73521fe42f81c5b067565551 | |
parent | b5c2b6214c609f2be4c020c0be90758b5feeb446 [diff] |
Bluetooth: Remove redundant (and possibly wrong) flag clearing There's no need to clear the HCI_CONN_ENCRYPT_PEND flag in smp_failure. In fact, this may cause the encryption tracking to get out of sync as this has nothing to do with HCI activity. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>