]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Make hci_send_sco() void
authorGustavo F. Padovan <padovan@profusion.mobi>
Sat, 1 May 2010 19:15:35 +0000 (16:15 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 10 May 2010 07:28:45 +0000 (09:28 +0200)
commit7d30815da633989dd5e52d3803549c77fcf5fa14
tree2b917b96e349baad182c49b15129c43b6a7b8ca5
parent2f1ee8d6f5be12796fde374de7078c07515c4b75
Bluetooth: Make hci_send_sco() void

It also removes an unneeded check for the MTU. The check is done before
on sco_send_frame()

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Reviewed-by: João Paulo Rechi Vita <jprvita@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/sco.c