Bluetooth: hci_ll: Convert to use h4_recv_buf helper
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 24 Mar 2018 09:19:52 +0000 (10:19 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 1 Apr 2018 12:25:32 +0000 (14:25 +0200)
commitf9d7c8fd2630d1d15dbc23e6ff6f9f0b54194ee4
tree05acc84d902896573bd14f11fe4f9b708760635c
parent6112150261247d9a7d85dda476143985f44f8859
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>
drivers/bluetooth/Kconfig
drivers/bluetooth/hci_ll.c