Bluetooth: Convert pend_le_conn list to a generic action list
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 09:37:17 +0000 (12:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 09:58:08 +0000 (11:58 +0200)
commit93450c75448e370659ce7ca9c192298596fb055e
tree4d8b492b0cd5d2d360818a91c74cb449f2a01876
parent97bf2e99934bdfd3f91914e6c935271b62567470
Bluetooth: Convert pend_le_conn list to a generic action list

In preparation to store also HCI_AUTO_CONN_REPORT entries in a list it
makes sense to convert the existing pend_le_conn list head of
hci_conn_params into a more generically named "action". This makes sense
because a parameter entry will never participate in more than one action
list.

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