summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-31 18:42:17 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-13 09:51:43 +0200
commitd40f3eef0b9b70d15d5fd0031c0633d4a9ed78cd (patch)
treeb6be67840e7576413fc3ec560de9a0d6c50b75cc /include/net/bluetooth/mgmt.h
parentf8159247755e77d8264ccce84054ff893275115e (diff)
downloadop-kernel-dev-d40f3eef0b9b70d15d5fd0031c0633d4a9ed78cd.zip
op-kernel-dev-d40f3eef0b9b70d15d5fd0031c0633d4a9ed78cd.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index dfab094..4303fa9 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;
OpenPOWER on IntegriCloud