From: Andre Guedes Date: Tue, 31 May 2011 17:20:54 +0000 (-0300) Subject: Bluetooth: Add 'dst_type' field to struct hci_conn X-Git-Tag: v3.1-rc1~316^2~350^2^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b7988a23daf79c15d587ef9e98e64715aa1ea8;p=pandora-kernel.git Bluetooth: Add 'dst_type' field to struct hci_conn This patch adds a new field (dst_type) to the struct hci_conn which holds the type of the destination address (bdaddr_t dst). This approach is needed in order to use the struct hci_conn as an abstraction of LE connections in HCI Layer. For non-LE this field is ignored. This patch also set properly the 'dst_type' field after initializing LE hci_conn structures. Signed-off-by: Andre Guedes Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed