diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-17 14:06:34 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-17 14:39:16 +0200 |
commit | d753fdc40f60da2eef03b4816392081a552fea5a (patch) | |
tree | 1ebfe8e4d39cd253345488f1645f6df1329d3700 /include/net/bluetooth | |
parent | 42d2d87cfe837e987802588f8d8b119a76714a74 (diff) | |
download | linux-d753fdc40f60da2eef03b4816392081a552fea5a.tar.bz2 |
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')
-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 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; |