]> git.baikalelectronics.ru Git - kernel.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)
commit16b2bf712a3f17539d40e9b95a5b82c906f45b43
treee0308123ef489ed65ef52db74f52c3e0f6541a6f
parent034fad33eae0840a682443e8a8b146720aa94cb4
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]