From: Gustavo F. Padovan Date: Sat, 1 May 2010 19:15:43 +0000 (-0300) Subject: Bluetooth: Make hci_send_acl() void X-Git-Tag: v2.6.35-rc1~473^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9c6a34416b3743c09c00f3d6708d9df3c21629;p=pandora-kernel.git Bluetooth: Make hci_send_acl() void hci_send_acl can't fail, so we can make it void. This patch changes that and all the funcions that use hci_send_acl(). That change exposed a bug on sending connectionless data. We were not reporting the lenght send back to the user space. Signed-off-by: Gustavo F. Padovan Reviewed-by: João Paulo Rechi Vita Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed