commit | 912b42ef05a1e9f72a82c21d678a29c5055045d5 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Jul 03 19:33:49 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 03 18:45:08 2014 +0200 |
tree | e0dc92cbed6b9bb10e9cb465ba9110234050c190 | |
parent | 435a13d839abe8c8b9ebe1be635d1ab8f7352f56 [diff] |
Bluetooth: Use hci_conn_params in pend_le_conns Since the connection parameters are always a basis for adding entries to hdev->pend_le_conns (so far of type bdaddr_list) it's simpler and more efficient to have the parameters themselves be the entries in the pend_le_conns list. We do this by adding another list_head to the hci_conn_params struct. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>