]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove hci_recv_stream_fragment function
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Apr 2015 04:59:27 +0000 (21:59 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:10 +0000 (18:47 +0200)
commite7496ea9c5caee9129c38ed5ed9d1d0f1e854871
tree6a0ac9482a6aa2da1000fb198e819066ecbf2754
parent259d0382753710ee798607b04e396495d804eda7
Bluetooth: Remove hci_recv_stream_fragment function

The hci_recv_stream_fragment function should have never been introduced
in the first place. The Bluetooth core does not need to know anything
about the HCI transport protocol.

With all transport protocol specific detailed moved back into the
drivers where they belong (mainly generic USB and UART drivers), this
function can now be removed.

This reduces the size of hci_dev structure and also removes an exported
symbol from the Bluetooth core module.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c