Bluetooth: Simplify hci_conn_params->action list usage
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 09:37:21 +0000 (12:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 09:58:09 +0000 (11:58 +0200)
commit95305baa779223060c7129100424da6c0d01045b
treeb9ce90eb4ed888ee95f88a234c6f4432994f16cb
parent42ce26de67e13c50885e7856ff91aaeedf07a81b
Bluetooth: Simplify hci_conn_params->action list usage

Since params->action is used for both the pend_le_conns and
pend_le_reports lists we can simplify the adding and deleting of the
lists considerably. For example, when deleting entries in most
situations we no-longer need to check the auto_connect value but can
directly proceed with calling list_del_init on param->action (which is
safe even if the entry is not part of any list).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/mgmt.c