Bluetooth: Fix missing const declarations in SMP functions
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 2 Dec 2014 11:37:41 +0000 (13:37 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2014 15:51:21 +0000 (16:51 +0100)
commitcd0827976205f842cc722f48a1427c9b77c3ca28
tree17ff3341f79c7eabeb4f16e7b3899463c0c899aa
parentc7a3d57db67ce7524c72ecb33f82c099f270a109
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>
net/bluetooth/smp.c
net/bluetooth/smp.h