]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0881c0f757ab9d6b679b8fbdd8c3b17ea80c86d0
tree9bfcd0af9ad2e7c085c0542f2565467659823789
parent3a7f9e8fd46e9aa236467f83ae873a02367ff73b
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]