commit | c826ed095d431c91f1d18f9b83b365569fcd977b | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Jul 16 16:12:17 2012 +0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Tue Jul 17 14:48:38 2012 -0300 |
tree | 5bc202ccdb9efc042626ea262a443249477c8ed4 | |
parent | 95c5c22097433711de93bc377af89918c6140f77 [diff] |
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>