summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-17 12:06:34 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-17 12:39:16 (GMT)
commitd753fdc40f60da2eef03b4816392081a552fea5a (patch)
tree1ebfe8e4d39cd253345488f1645f6df1329d3700 /include/net/bluetooth/mgmt.h
parent42d2d87cfe837e987802588f8d8b119a76714a74 (diff)
downloadlinux-fsl-qoriq-d753fdc40f60da2eef03b4816392081a552fea5a.tar.xz
Bluetooth: mgmt: Add address type to link key messages
The latest mgmt API includes an address type wherever there's an address present. This patch updates the link key messages to match it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
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 255a996..5aafe92 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -153,7 +153,7 @@ struct mgmt_cp_remove_uuid {
} __packed;
struct mgmt_link_key_info {
- bdaddr_t bdaddr;
+ struct mgmt_addr_info addr;
u8 type;
u8 val[16];
u8 pin_len;