commit | d6268e86a12a94a4f5193551c2367162e6a37db4 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Sep 05 22:19:51 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Sep 08 19:07:56 2014 +0200 |
tree | 3b2a4febc9bdf6d7408b44eb762ac0f3c0e2baa4 | |
parent | f3d82d0c8ec025fc113408e3ad5775fed5a060ff [diff] |
Bluetooth: Remove unnecessary deferred work for SMP key distribution Now that the identity address update happens through its own deferred work there's no need to have smp_distribute_keys anymore behind a second deferred work. This patch removes this extra construction and makes the code do direct calls to smp_distribute_keys() again. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>