diff options
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index 95c34d5180fa..e218a30f2061 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -301,10 +301,6 @@ struct mgmt_cp_user_passkey_neg_reply { | |||
301 | #define MGMT_OP_READ_LOCAL_OOB_DATA 0x0020 | 301 | #define MGMT_OP_READ_LOCAL_OOB_DATA 0x0020 |
302 | #define MGMT_READ_LOCAL_OOB_DATA_SIZE 0 | 302 | #define MGMT_READ_LOCAL_OOB_DATA_SIZE 0 |
303 | struct mgmt_rp_read_local_oob_data { | 303 | struct mgmt_rp_read_local_oob_data { |
304 | __u8 hash[16]; | ||
305 | __u8 rand[16]; | ||
306 | } __packed; | ||
307 | struct mgmt_rp_read_local_oob_ext_data { | ||
308 | __u8 hash192[16]; | 304 | __u8 hash192[16]; |
309 | __u8 rand192[16]; | 305 | __u8 rand192[16]; |
310 | __u8 hash256[16]; | 306 | __u8 hash256[16]; |