aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/mgmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 8b07a83dd94d..bfdb04bd780e 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -172,11 +172,11 @@ struct mgmt_cp_set_io_capability {
172 172
173#define MGMT_OP_PAIR_DEVICE 0x0014 173#define MGMT_OP_PAIR_DEVICE 0x0014
174struct mgmt_cp_pair_device { 174struct mgmt_cp_pair_device {
175 bdaddr_t bdaddr; 175 struct mgmt_addr_info addr;
176 __u8 io_cap; 176 __u8 io_cap;
177} __packed; 177} __packed;
178struct mgmt_rp_pair_device { 178struct mgmt_rp_pair_device {
179 bdaddr_t bdaddr; 179 struct mgmt_addr_info addr;
180 __u8 status; 180 __u8 status;
181} __packed; 181} __packed;
182 182