From: Johan Hedberg Date: Thu, 3 Jul 2014 16:33:49 +0000 (+0300) Subject: Bluetooth: Use hci_conn_params in pend_le_conns X-Git-Tag: cleanup-for-v3.18~108^2~73^2~87^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912b42ef05a1e9f72a82c21d678a29c5055045d5;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed