• Gustavo F. Padovan's avatar
    Bluetooth: Simplify L2CAP Streaming mode sending · ccbb84af
    Gustavo F. Padovan authored
    As we don't have any error control on the Streaming mode, i.e., we don't
    need to keep a copy of the skb for later resending we don't need to
    call skb_clone() on it.
    Then we can go one further here, and dequeue the skb before sending it,
    that also means we don't need to look to sk->sk_send_head anymore.
    
    The patch saves memory and time when sending Streaming mode data, so
    it is good to mainline.
    Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
    ccbb84af
l2cap.c 108 KB