linux/net/bluetooth
Dave Young b6c0632105 [BLUETOOTH]: Add conn add/del workqueues to avoid connection fail.
The bluetooth hci_conn sysfs add/del executed in the default
workqueue.  If the del_conn is executed after the new add_conn with
same target, add_conn will failed with warning of "same kobject name".

Here add btaddconn & btdelconn workqueues, flush the btdelconn
workqueue in the add_conn function to avoid the issue.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-31 19:27:12 -08:00
..
bnep [BLUETOOTH]: Use sockfd_put() 2008-01-28 15:00:48 -08:00
cmtp [BLUETOOTH]: Use sockfd_put() 2008-01-28 15:00:48 -08:00
hidp [BLUETOOTH]: Use sockfd_put() 2008-01-28 15:00:48 -08:00
rfcomm [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00
Kconfig
Makefile
af_bluetooth.c
hci_conn.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00
hci_core.c [Bluetooth] Add support for handling simple eSCO links 2007-10-22 02:59:47 -07:00
hci_event.c [Bluetooth] Add support for handling simple eSCO links 2007-10-22 02:59:47 -07:00
hci_sock.c [NET]: Forget the zero_it argument of sk_alloc() 2007-11-01 00:39:31 -07:00
hci_sysfs.c [BLUETOOTH]: Add conn add/del workqueues to avoid connection fail. 2008-01-31 19:27:12 -08:00
l2cap.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00
lib.c
sco.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00