commit | 5fcb93475697911eb239f68241903eb5540803ac | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Aug 07 10:03:31 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Aug 14 08:49:10 2014 +0200 |
tree | f520ce8d5d6b62148a7a9e946b2e2e45e99c009a | |
parent | 22f433dcf7c71cf075e4c42b5f36ea4352978a6d [diff] |
Bluetooth: Remove redundant check for remote_key_dist In the smp_cmd_sign_info() function the SMP_DIST_SIGN bit is explicitly cleared early on in the function. This means that there's no need to check for it again before calling smp_distribute_keys(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>