aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-08-06 17:58:40 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2018-08-06 21:25:05 +0300
commite4cc5a1873ac1297615962185f94adbbfaf6456b (patch)
treed955e523da85cecbac2ae6232e9ec7e038800f6e /include
parentBluetooth: remove redundant variables 'adv_set' and 'cp' (diff)
downloadlinux-dev-e4cc5a1873ac1297615962185f94adbbfaf6456b.tar.xz
linux-dev-e4cc5a1873ac1297615962185f94adbbfaf6456b.zip
Bluetooth: btqca: Introduce HCI_EV_VENDOR and use it
Using HCI_VENDOR_PKT for vendor specific events does work since it has also the value 0xff, but it is actually the packet type indicator constant and not the event constant. So introduce HCI_EV_VENDOR and use it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 7f008097552e..4619a79b1bbb 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -2176,6 +2176,8 @@ struct hci_evt_le_ext_adv_set_term {
__u8 num_evts;
} __packed;
+#define HCI_EV_VENDOR 0xff
+
/* Internal events generated by Bluetooth stack */
#define HCI_EV_STACK_INTERNAL 0xfd
struct hci_ev_stack_internal {