]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
NFC: SHDLC implementation
authorEric Lapuyade <eric.lapuyade@intel.com>
Tue, 10 Apr 2012 17:43:07 +0000 (19:43 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 Apr 2012 19:10:35 +0000 (15:10 -0400)
commiteb738fe535ae8e44402c372ecc1321eee0552a09
treee0308123ef489ed65ef52db74f52c3e0f6541a6f
parent8b8d2e08bf0d50193931afd27482a59376b66b2b
NFC: SHDLC implementation

Most NFC HCI chipsets actually use a simplified HDLC link layer to
carry HCI payloads.
This implementation registers itself as an HCI device on behalf of the
NFC driver.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/nfc/shdlc.h [new file with mode: 0644]
net/nfc/hci/Kconfig
net/nfc/hci/Makefile
net/nfc/hci/shdlc.c [new file with mode: 0644]