]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Convert pend_le_conn list to a generic action list
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 09:37:17 +0000 (12:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 09:58:08 +0000 (11:58 +0200)
commit8cda81b363a6e1c0c6c963e4d0b83e52e95c5a72
tree4d8b492b0cd5d2d360818a91c74cb449f2a01876
parent62f6aac35ed39cbeeb5f311eb327835ffc48fdad
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>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c