linux/net/bluetooth
Ulisses Furquim f2d64f6aa6 Bluetooth: Remove global mutex hci_task_lock
The hci_task_lock mutex (previously a lock) was supposed to protect the
register/unregister of HCI protocols against RX/TX tasks. This will not
be needed anymore because SCO and L2CAP will always be compiled.

Moreover, with the recent move of RX/TX to workqueues per device the
global hci_task_lock was causing starvation between different HCI
devices.

Signed-off-by: Ulisses Furquim <ulisses@profusion.mobi>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
2011-12-21 02:19:18 -02:00
..
bnep Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth 2011-12-03 08:26:25 +09:00
cmtp Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth 2011-12-03 08:26:25 +09:00
hidp Bluetooth: Replace spin_lock by mutex in hci_dev 2011-12-18 17:07:54 -02:00
rfcomm Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth 2011-12-19 11:37:53 -02:00
Kconfig bluetooth: uses crypto interfaces, select CRYPTO 2011-06-27 15:09:39 -04:00
Makefile Bluetooth: Implement the first SMP commands 2011-06-13 15:11:55 -03:00
af_bluetooth.c Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg() 2011-09-27 18:16:07 -03:00
hci_conn.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth 2011-12-19 11:37:53 -02:00
hci_core.c Bluetooth: Remove global mutex hci_task_lock 2011-12-21 02:19:18 -02:00
hci_event.c Bluetooth: Clean up magic pointers 2011-12-20 17:00:22 -02:00
hci_sock.c Bluetooth: Remove mgmt_set_service_cache 2011-12-18 17:37:26 -02:00
hci_sysfs.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next 2011-12-19 14:28:22 -05:00
l2cap_core.c Bluetooth: Rename info_work to info_timer 2011-12-20 17:07:16 -02:00
l2cap_sock.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next 2011-12-19 14:28:22 -05:00
lib.c Bluetooth: Add bt_printk 2011-06-30 19:17:12 -03:00
mgmt.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next 2011-12-19 14:28:22 -05:00
sco.c Bluetooth: Replace spin_lock by mutex in hci_dev 2011-12-18 17:07:54 -02:00
smp.c Bluetooth: convert security timer to delayed_work 2011-12-20 17:07:03 -02:00