summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2012-01-30 19:29:12 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-13 17:01:30 +0200
commitf7aa611a0ecf1d22f21e26279e1a3baf1db6b973 (patch)
tree66c362fa28f35bbcb01b186cdccd8332346884ab /include/net
parent27f27ed8f0f7330337297a6dbdb49472dfeef59b (diff)
downloadlinux-f7aa611a0ecf1d22f21e26279e1a3baf1db6b973.tar.gz
linux-f7aa611a0ecf1d22f21e26279e1a3baf1db6b973.tar.bz2
linux-f7aa611a0ecf1d22f21e26279e1a3baf1db6b973.zip
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')
-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 aeaf5fa2b9f1..7b3acdd29134 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;