]> git.karo-electronics.de Git - linux-beck.git/commit
NFC: nci: Support logical connections management
authorChristophe Ricard <christophe.ricard@gmail.com>
Sun, 1 Feb 2015 21:26:12 +0000 (22:26 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 2 Feb 2015 20:50:39 +0000 (21:50 +0100)
commit736bb9577407d3556d81c3c3cd57581cd3ae10ea
treeab3473fc3494458a13b08e964916d71df3d69dc5
parentf7f793f31378d5e83276871339c2a8374b0e8657
NFC: nci: Support logical connections management

In order to communicate with an NFCEE, we need to open a logical
connection to it, by sending the NCI_OP_CORE_CONN_CREATE_CMD
command to the NFCC. It's left up to the drivers to decide when
to close an already opened logical connection.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/nci.h
include/net/nfc/nci_core.h
net/nfc/nci/core.c
net/nfc/nci/rsp.c