commit | 18a48e76640c590a14b0286c9da5fde6ac146cc2 | [log] [tgz] |
---|---|---|
author | Mat Martineau <mathewm@codeaurora.org> | Thu May 17 20:53:34 2012 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Tue Jun 05 06:34:02 2012 +0300 |
tree | 8ba776cf162896dab0163389d1efad6ad3b235b2 | |
parent | 3733937d96f3fe4dfc3b8da43385d739e905ff41 [diff] |
Bluetooth: Refactor l2cap_ertm_send The new implementation is aware of the new transmit state machine, and uses struct l2cap_ctrl to compose ERTM headers. It also has improved error handling for allocation failures, and does not send the packet until after all skb and channel data structures are updated. Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>