Bluetooth: Convert pend_le_reports into a list
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 09:37:18 +0000 (12:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 09:58:08 +0000 (11:58 +0200)
commit66f8455aeac3427110d451534567eb1b9aea6929
tree23116c8f24bcf1ee2488ac71b1d615b13cf3f16f
parent93450c75448e370659ce7ca9c192298596fb055e
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>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/mgmt.c