aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-09-16 06:05:12 -0400
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-09-18 13:43:55 -0400
commit0af784dcbc44e3cf21a1bda3ce14df5fcc2bfe93 (patch)
tree363cbb5e5016bed86c9111e75304df06b6ad017e /include/net/bluetooth/hci.h
parent52de599e04e8767b0d9b7874451cb5db91a4a70b (diff)
Bluetooth: Remove unused event mask struct
The struct for HCI_Set_Event_Mask is never used. Instead a local 8-byte array is used for sending this command. Therefore, remove the unnecessary struct definition. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 30c88b585c1b..52bd2488ff4a 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -694,9 +694,6 @@ struct hci_cp_sniff_subrate {
694} __packed; 694} __packed;
695 695
696#define HCI_OP_SET_EVENT_MASK 0x0c01 696#define HCI_OP_SET_EVENT_MASK 0x0c01
697struct hci_cp_set_event_mask {
698 __u8 mask[8];
699} __packed;
700 697
701#define HCI_OP_RESET 0x0c03 698#define HCI_OP_RESET 0x0c03
702 699