commit | 109ec2309eb996fbe03302fbd40dec9014c6f849 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Aug 11 22:06:42 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Aug 14 08:49:24 2014 +0200 |
tree | 962bea2291441b713848b19743c4b9528ccbd141 | |
parent | 276d807317dead63ef2f13aa46e3c17d57ba0713 [diff] |
Bluetooth: Move canceling security_timer into smp_chan_destroy() All places needing to cancel the security timer also call smp_chan_destroy() in the same go. To eliminate the need to do these two calls in multiple places simply move the timer cancellation into smp_chan_destroy(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>