[Bluetooth] Add hci_recv_fragment() helper function
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Jul 2007 04:42:04 +0000 (06:42 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Jul 2007 04:42:04 +0000 (06:42 +0200)
commitef222013fc8c1a2fcba5c7ab169be8ffcb778ec4
tree706fb330afd783755eee511bd9182e507c88c5e6
parent7dcca30a32aadb0520417521b0c44f42d09fe05c
[Bluetooth] Add hci_recv_fragment() helper function

Most drivers must handle fragmented HCI data packets and events. This
patch adds a generic function for their reassembly to the Bluetooth
core layer and thus allows to shrink the complexity of the drivers.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c