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)
commitc826ed095d431c91f1d18f9b83b365569fcd977b
tree5bc202ccdb9efc042626ea262a443249477c8ed4
parent95c5c22097433711de93bc377af89918c6140f77
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