]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce6044040a91bacc3a9158fdb8b330687a1be382
treec3c9691da86f90d1eb13ee75e36189faad553496
parentc45c436959f7de5b09aff30611ed517baef71a14
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]