summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2012-01-30 22:29:12 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-13 15:01:30 (GMT)
commitf7aa611a0ecf1d22f21e26279e1a3baf1db6b973 (patch)
tree66c362fa28f35bbcb01b186cdccd8332346884ab /include/net/bluetooth
parent27f27ed8f0f7330337297a6dbdb49472dfeef59b (diff)
downloadlinux-fsl-qoriq-f7aa611a0ecf1d22f21e26279e1a3baf1db6b973.tar.xz
Bluetooth: Rename smp_key_size to enc_key_size
This makes clear that this is the size of the key used to encrypt the link. Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/smp.h b/include/net/bluetooth/smp.h
index aeaf5fa..7b3acdd 100644
--- a/include/net/bluetooth/smp.h
+++ b/include/net/bluetooth/smp.h
@@ -127,7 +127,7 @@ struct smp_chan {
u8 rrnd[16]; /* SMP Pairing Random (remote) */
u8 pcnf[16]; /* SMP Pairing Confirm */
u8 tk[16]; /* SMP Temporary Key */
- u8 smp_key_size;
+ u8 enc_key_size;
unsigned long smp_flags;
struct crypto_blkcipher *tfm;
struct work_struct confirm;