diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-10-28 03:58:00 +0200 |
|---|---|---|
| committer | Marcel Holtmann <linux-mh.adm@bkbits.net> | 2004-10-28 03:58:00 +0200 |
| commit | 6cdccfb0b45e8753b30d350654e620376cbb5f1d (patch) | |
| tree | 056c693eab9629e8de4cd61522695be48b704d26 /include | |
| parent | e05082148e011a6aba06edd617dff5c95151e027 (diff) | |
[Bluetooth] Allow vendor specific packet types
The vendor packet type 0xff is not handled at the moment. This patch
corrects this behaviour and also adapts the security filter for this
packet type.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index f6d234a7a43e..c3e965505e99 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -108,7 +108,7 @@ enum { #define HCI_ACLDATA_PKT 0x02 #define HCI_SCODATA_PKT 0x03 #define HCI_EVENT_PKT 0x04 -#define HCI_UNKNOWN_PKT 0xff +#define HCI_VENDOR_PKT 0xff /* HCI Packet types */ #define HCI_DM1 0x0008 |
