Loading include/net/bluetooth/smp.h +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ struct smp_cmd_encrypt_info { #define SMP_CMD_MASTER_IDENT 0x07 struct smp_cmd_master_ident { __u16 ediv; __le16 ediv; __u8 rand[8]; } __packed; Loading net/bluetooth/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -956,7 +956,7 @@ int smp_distribute_keys(struct l2cap_conn *conn, __u8 force) HCI_SMP_LTK_SLAVE, 1, authenticated, enc.ltk, smp->enc_key_size, ediv, ident.rand); ident.ediv = cpu_to_le16(ediv); ident.ediv = ediv; smp_send_cmd(conn, SMP_CMD_MASTER_IDENT, sizeof(ident), &ident); Loading Loading
include/net/bluetooth/smp.h +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ struct smp_cmd_encrypt_info { #define SMP_CMD_MASTER_IDENT 0x07 struct smp_cmd_master_ident { __u16 ediv; __le16 ediv; __u8 rand[8]; } __packed; Loading
net/bluetooth/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -956,7 +956,7 @@ int smp_distribute_keys(struct l2cap_conn *conn, __u8 force) HCI_SMP_LTK_SLAVE, 1, authenticated, enc.ltk, smp->enc_key_size, ediv, ident.rand); ident.ediv = cpu_to_le16(ediv); ident.ediv = ediv; smp_send_cmd(conn, SMP_CMD_MASTER_IDENT, sizeof(ident), &ident); Loading