commit | 66f8455aeac3427110d451534567eb1b9aea6929 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Jul 04 12:37:18 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Jul 04 11:58:08 2014 +0200 |
tree | 23116c8f24bcf1ee2488ac71b1d615b13cf3f16f | |
parent | 93450c75448e370659ce7ca9c192298596fb055e [diff] |
Bluetooth: Convert pend_le_reports into a list To simplify manipulation and lookup of hci_conn_params entries of the type HCI_AUTO_CONN_REPORT it makes sense to store them in their own list. The new action list_head in hci_conn_params is used for this purpose. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>