linux/net/nfc/nci
Samuel Ortiz c4fbb6515a NFC: The core part should generate the target index
The target index can be used by userspace to uniquely identify a target
and thus should be kept unique, per NFC adapter. Moreover, some protocols
do not provide a logical index when discovering new targets, so we have to
generate one for them.
For NCI or pn533 to fetch their logical index, we added a logical_idx field
to the target structure.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-04-12 15:10:37 -04:00
..
Kconfig NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
Makefile NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
core.c NFC: The core part should generate the target index 2012-04-12 15:10:37 -04:00
data.c NFC: NCI code identation fixes 2012-03-06 15:16:25 -05:00
lib.c NFC: Update names and structs to NCI spec 1.0 d22 2012-01-04 14:30:39 -05:00
ntf.c NFC: The core part should generate the target index 2012-04-12 15:10:37 -04:00
rsp.c NFC: NCI code identation fixes 2012-03-06 15:16:25 -05:00