aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-17 14:06:34 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-17 14:39:16 +0200
commitd753fdc40f60da2eef03b4816392081a552fea5a (patch)
tree1ebfe8e4d39cd253345488f1645f6df1329d3700 /include/net/bluetooth/mgmt.h
parentBluetooth: Prefix hex numbers with object name (diff)
downloadlinux-dev-d753fdc40f60da2eef03b4816392081a552fea5a.tar.xz
linux-dev-d753fdc40f60da2eef03b4816392081a552fea5a.zip
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 255a99600f08..5aafe929d011 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;