Searched hist:"94122 bbe9c8c4ad7ba9f02f9a30bfc95672c404e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | l2cap.h | diff 94122bbe9c8c4ad7ba9f02f9a30bfc95672c404e Wed May 02 11:42:02 CDT 2012 Mat Martineau <mathewm@codeaurora.org> Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation
Use more common code for ERTM and streaming mode segmentation and transmission, and begin using skb control block data for delaying extended or enhanced header generation until just before the packet is transmitted. This code is also better suited for resegmentation, which is needed when L2CAP links are reconfigured after an AMP channel move.
Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Reviewed-by: Ulisses Furquim <ulisses@profusion.mobi> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
|
/openbmc/linux/net/bluetooth/ |
H A D | l2cap_core.c | diff 577cfaeb864874011386a05ab4f5580a6a2aeb11 Mon May 14 13:24:33 CDT 2012 Mat Martineau <mathewm@codeaurora.org> Bluetooth: Update tx_send_head when sending ERTM data
Commit 94122bbe9c8c4ad7ba9f02f9a30bfc95672c404e introduced a problem where tx_send_head was not set to point to the first skb in the ERTM transmit queue, which stalled data transmission. This change sets that pointer when transmission is not already in progress.
Reported-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.org> diff 94122bbe9c8c4ad7ba9f02f9a30bfc95672c404e Wed May 02 11:42:02 CDT 2012 Mat Martineau <mathewm@codeaurora.org> Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation
Use more common code for ERTM and streaming mode segmentation and transmission, and begin using skb control block data for delaying extended or enhanced header generation until just before the packet is transmitted. This code is also better suited for resegmentation, which is needed when L2CAP links are reconfigured after an AMP channel move.
Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Reviewed-by: Ulisses Furquim <ulisses@profusion.mobi> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
|