NFC: Add an shdlc llc module to llc core
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Thu, 13 Sep 2012 15:11:37 +0000 (17:11 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:25 +0000 (00:17 +0200)
commit4a61cd6687fc6348d08724676d34e38160d6cf9b
tree9bfcd0af9ad2e7c085c0542f2565467659823789
parent8af00d48dc929442644bf68e9cd3d951d9697296
NFC: Add an shdlc llc module to llc core

This is used by HCI drivers such as the one for the pn544 which require
communications between HCI and the chip to use shdlc.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/llc.h
net/nfc/hci/Makefile
net/nfc/hci/llc.c
net/nfc/hci/llc.h
net/nfc/hci/llc_shdlc.c [new file with mode: 0644]