NFC: Initial LLCP support
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 14 Dec 2011 15:43:12 +0000 (16:43 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Dec 2011 19:50:13 +0000 (14:50 -0500)
commitd646960f7986fefb460a2b062d5ccc8ccfeacc3a
tree0624d338715a8d275a39fbfce074df5c5d2783f5
parent361f3cb7f9cfdb82c80926d0e7843c098c034545
NFC: Initial LLCP support

This patch is an initial implementation for the NFC Logical Link Control
protocol. It's also known as NFC peer to peer mode.
This is a basic implementation as it lacks SDP (services Discovery
Protocol), frames aggregation support, and frame rejecion parsing.
Follow up patches will implement those missing features.
This code has been tested against a Nexus S phone implementing LLCP 1.0.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nfc.h
net/nfc/Kconfig
net/nfc/Makefile
net/nfc/core.c
net/nfc/llcp/Kconfig [new file with mode: 0644]
net/nfc/llcp/commands.c [new file with mode: 0644]
net/nfc/llcp/llcp.c [new file with mode: 0644]
net/nfc/llcp/llcp.h [new file with mode: 0644]
net/nfc/llcp/sock.c [new file with mode: 0644]
net/nfc/nfc.h