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>
This commit is contained in:
committed by
Marcel Holtmann
parent
97bf2e9993
commit
93450c7544
@@ -439,7 +439,7 @@ struct hci_chan {
|
||||
|
||||
struct hci_conn_params {
|
||||
struct list_head list;
|
||||
struct list_head pend_le_conn;
|
||||
struct list_head action;
|
||||
|
||||
bdaddr_t addr;
|
||||
u8 addr_type;
|
||||
|
||||
Reference in New Issue
Block a user