diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-02-01 06:42:17 +0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-02-13 11:51:43 +0400 |
commit | d40f3eef0b9b70d15d5fd0031c0633d4a9ed78cd (patch) | |
tree | b6be67840e7576413fc3ec560de9a0d6c50b75cc /include/net/bluetooth/mgmt.h | |
parent | f8159247755e77d8264ccce84054ff893275115e (diff) | |
download | linux-d40f3eef0b9b70d15d5fd0031c0633d4a9ed78cd.tar.xz |
Bluetooth: Rename authentication to key_type in mgmt_ltk_info
The field is not a boolean, it is actually a field for a key type. So
name it properly.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index dfab094fab73..4303fa90b7c1 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h @@ -182,7 +182,7 @@ struct mgmt_cp_load_link_keys { struct mgmt_ltk_info { struct mgmt_addr_info addr; - __u8 authenticated; + __u8 type; __u8 master; __u8 enc_size; __le16 ediv; |