From: Gustavo F. Padovan Date: Mon, 21 Jun 2010 21:50:49 +0000 (-0300) Subject: Bluetooth: Remove the send_lock spinlock from ERTM X-Git-Tag: v2.6.36-rc1~571^2~64^2~48^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f66218b3a7d0bcf37ca95186123c257fda0ba5;p=pandora-kernel.git Bluetooth: Remove the send_lock spinlock from ERTM Using a lock to deal with the ERTM race condition - interruption with new data from the hci layer - is wrong. We should use the native skb backlog queue. Signed-off-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed