aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 05bd9aca4054..0c54fcfe7e0f 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -691,8 +691,8 @@ struct hci_cp_host_buffer_size {
691 691
692#define HCI_OP_WRITE_EIR 0x0c52 692#define HCI_OP_WRITE_EIR 0x0c52
693struct hci_cp_write_eir { 693struct hci_cp_write_eir {
694 uint8_t fec; 694 __u8 fec;
695 uint8_t data[HCI_MAX_EIR_LENGTH]; 695 __u8 data[HCI_MAX_EIR_LENGTH];
696} __packed; 696} __packed;
697 697
698#define HCI_OP_READ_SSP_MODE 0x0c55 698#define HCI_OP_READ_SSP_MODE 0x0c55