NFC: basic NCI protocol implementation
authorIlan Elias <ilane@ti.com>
Sun, 18 Sep 2011 08:19:35 +0000 (11:19 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Sep 2011 18:43:49 +0000 (14:43 -0400)
commit6a2968aaf50c7a22fced77a5e24aa636281efca8
treec3c9691da86f90d1eb13ee75e36189faad553496
parent55eb94f9e923cba376cdf48ea5ab28d81116bead
NFC: basic NCI protocol implementation

The NFC Controller Interface (NCI) is a standard
communication protocol between an NFC Controller (NFCC)
and a Device Host (DH), defined by the NFC Forum.

Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/nfc/nci.h [new file with mode: 0644]
include/net/nfc/nci_core.h [new file with mode: 0644]
net/nfc/Kconfig
net/nfc/Makefile
net/nfc/nci/Kconfig [new file with mode: 0644]
net/nfc/nci/Makefile [new file with mode: 0644]
net/nfc/nci/core.c [new file with mode: 0644]
net/nfc/nci/data.c [new file with mode: 0644]
net/nfc/nci/lib.c [new file with mode: 0644]
net/nfc/nci/ntf.c [new file with mode: 0644]
net/nfc/nci/rsp.c [new file with mode: 0644]