Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 044e1247 authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: Use correct type for userspace exported structs



It should be __u8 instead of u8.

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent c4762507
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -163,9 +163,9 @@ struct mgmt_cp_remove_uuid {

struct mgmt_link_key_info {
	struct mgmt_addr_info addr;
	u8	type;
	u8	val[16];
	u8	pin_len;
	__u8	type;
	__u8	val[16];
	__u8	pin_len;
} __packed;

#define MGMT_OP_LOAD_LINK_KEYS		0x0012