diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2018-03-24 12:19:52 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-04-01 15:25:32 +0300 |
commit | f9d7c8fd2630d1d15dbc23e6ff6f9f0b54194ee4 (patch) | |
tree | 05acc84d902896573bd14f11fe4f9b708760635c /drivers/bluetooth/Kconfig | |
parent | 6112150261247d9a7d85dda476143985f44f8859 (diff) | |
download | linux-f9d7c8fd2630d1d15dbc23e6ff6f9f0b54194ee4.tar.xz |
Bluetooth: hci_ll: Convert to use h4_recv_buf helper
The HCILL or eHCILL protocol from TI is actually an H:4 protocol with a
few extra events and thus can also use the h4_recv_buf helper. Instead
of open coding the same funtionality add the extra events to the packet
description table and use h4_recv_buf.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 149a38ee1fce..b83d12ac378e 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -147,6 +147,7 @@ config BT_HCIUART_ATH3K config BT_HCIUART_LL bool "HCILL protocol support" depends on BT_HCIUART_SERDEV + select BT_HCIUART_H4 help HCILL (HCI Low Level) is a serial protocol for communication between Bluetooth device and host. This protocol is required for |