]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove unnecessary h5_build_pkt function
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Jul 2012 13:12:17 +0000 (16:12 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 17 Jul 2012 17:48:38 +0000 (14:48 -0300)
commit9fdb79e6df003e092257dfc34c147955189ebe56
tree5bc202ccdb9efc042626ea262a443249477c8ed4
parent6a9ad16efa3a728514311cdb25ff08c6e17def91
Bluetooth: Remove unnecessary h5_build_pkt function

The implementation of h5_build_packet can be moved into
h5_prepare_pkt since all h5_prepare_pkt does is determine whether the
packet is reliable and then call h5_build_packet.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/hci_h5.c