]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit026370f28d7215fcd897781d4fc0c200cd6aa80f
tree152b28dbc4fc2ac6fc5d216edf4fe275e39ff1a9
parent1b4277189644c2d7c50f108aa0ba81a5f3f30036
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