commit | 4bd6d38e7f58b163138d3fea8fa135de523bfb92 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Feb 26 23:33:45 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Feb 26 13:46:04 2014 -0800 |
tree | c1572b714199a3b0e053db49d201a31d3173aa2c | |
parent | efabba37fec4cf093fedcfcba443d0f04b606eb4 [diff] |
Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys() Now that to-be-received keys are properly tracked we no-longer need the "force" parameter to smp_distribute_keys(). It was essentially acting as an indicator whether all keys have been received, but now it's just redundant together with smp->remote_key_dist. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>