Hi Vinicius, > This makes clear that this is the size of the key used to > encrypt the link. > > Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxxxxxx> > --- > include/net/bluetooth/smp.h | 2 +- > net/bluetooth/smp.c | 18 +++++++++--------- > 2 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/include/net/bluetooth/smp.h b/include/net/bluetooth/smp.h > index 15b97d5..cf3aab0 100644 > --- a/include/net/bluetooth/smp.h > +++ b/include/net/bluetooth/smp.h > @@ -123,7 +123,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_size; if we wanna be really clear, then enc_key_size would be the better name. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html