Bluetooth: Fix const declarations for smp_f5 and smp_f6
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 29 Dec 2014 10:04:10 +0000 (12:04 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 30 Dec 2014 06:30:18 +0000 (07:30 +0100)
commit4da50de895588a0268b636314d7c1d08f18b20c9
tree152b28dbc4fc2ac6fc5d216edf4fe275e39ff1a9
parent7fc1b2d56f399f65e96559fe449c0ca09d2c36c7
Bluetooth: Fix const declarations for smp_f5 and smp_f6

These SMP crypto functions should have all their input parameters
declared as const. This patch fixes the parameters that were missing the
const declaration.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c