From: Ruiyi Zhang Date: Fri, 13 May 2011 05:07:52 +0000 (+0800) Subject: Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8988ca8fdece59d436d6fdd3f19e9fa24a8dd932;p=pandora-kernel.git 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 Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed