commit | 93450c75448e370659ce7ca9c192298596fb055e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Jul 04 12:37:17 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Jul 04 11:58:08 2014 +0200 |
tree | 4d8b492b0cd5d2d360818a91c74cb449f2a01876 | |
parent | 97bf2e99934bdfd3f91914e6c935271b62567470 [diff] |
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>