commit | f9d7c8fd2630d1d15dbc23e6ff6f9f0b54194ee4 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Mar 24 10:19:52 2018 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Apr 01 14:25:32 2018 +0200 |
tree | 05acc84d902896573bd14f11fe4f9b708760635c | |
parent | 6112150261247d9a7d85dda476143985f44f8859 [diff] |
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>