commit | e84a6b139bdd3af2914f194ff840b1a36fa55598 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Dec 02 10:49:03 2013 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Dec 04 11:09:05 2013 -0200 |
tree | e20caf8fc9d9912e591efd444534758ec9367e57 | |
parent | d2bee8fb6e18f6116aada39851918473761f7ab1 [diff] |
Bluetooth: Remove useless smp_rand function This function was always just making a single get_random_bytes() call and always returning the value 0. It's simpler to just call get_random_bytes() directly where needed. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>