commit | cd0827976205f842cc722f48a1427c9b77c3ca28 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Dec 02 13:37:41 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Dec 03 16:51:21 2014 +0100 |
tree | 17ff3341f79c7eabeb4f16e7b3899463c0c899aa | |
parent | c7a3d57db67ce7524c72ecb33f82c099f270a109 [diff] |
Bluetooth: Fix missing const declarations in SMP functions Several SMP functions take read-only data. This patch fixes the declaration of these parameters to use the const specifier as appropriate. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>