NFC: nci: Add dynamic logical connections support
authorChristophe Ricard <christophe.ricard@gmail.com>
Sun, 1 Feb 2015 21:26:08 +0000 (22:26 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 2 Feb 2015 20:50:31 +0000 (21:50 +0100)
commit4aeee6871e8c3b043ef02996db8ac70a1af8be92
tree9a49decf9d2be10bdb6b5ec71dd5959df9b5bc81
parent86b3bfe914f41c2d47d5882d06e1261cc58fb5e9
NFC: nci: Add dynamic logical connections support

The current NCI core only support the RF static connection.
For other NFC features such as Secure Element communication, we
may need to create logical connections to the NFCEE (Execution
Environment.

In order to track each logical connection ID dynamically, we add a
linked list of connection info pointers to the nci_dev structure.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/nci_core.h
net/nfc/nci/core.c
net/nfc/nci/data.c
net/nfc/nci/ntf.c
net/nfc/nci/rsp.c
This page took 0.034705 seconds and 5 git commands to generate.