commit | 224f8af0db1cd50e9d954ca9d5a7d7716f63d2b0 | [log] [tgz] |
---|---|---|
author | Ruiyi Zhang <Ruiyi.Zhang@Atheros.com> | Fri May 13 13:07:52 2011 +0800 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Jun 08 16:58:15 2011 -0300 |
tree | ac6e7cf87826254809402bec1e97c8e695c826f6 | |
parent | 931749bf78b969c54de9bbc67cf29b13a40bb73b [diff] |
Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure In L2CAP_SDU_UNSEGMENTED case, if sock_queue_rcv_skb returns error, l2cap_ertm_reassembly_sdu should not return 0 so as to insert the skb into BUSY_QUEUE for later retries. Signed-off-by: Ruiyi Zhang <Ruiyi.Zhang@Atheros.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>