commit | cec8ab6e20a7fbdc056894ff7b3fbdbc2a82a563 | [log] [tgz] |
---|---|---|
author | Mat Martineau <mathewm@codeaurora.org> | Thu May 17 20:53:36 2012 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Tue Jun 05 06:34:03 2012 +0300 |
tree | aebae7b22e15c0f8485c22fe7cf34ed872a4e54e | |
parent | a67d7f6fca776317bb478c96f25196972c05d173 [diff] |
Bluetooth: Consolidate common receive code for ERTM and streaming mode Creates a new l2cap_data_rcv function that combines previous code from l2cap_ertm_data_rcv and l2cap_data_channel. This reduces duplicate code for streaming mode, and sets up a framework for the ERTM receive state machine. Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>