]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Add an LLC Core layer to HCI
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Thu, 13 Sep 2012 15:10:00 +0000 (17:10 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:25 +0000 (00:17 +0200)
commitb99625eafa9df6abeeae30d9ccd5865b3d258247
treeec08617b50bbb6dce81fd3436b582e3cf55b231a
parent982e17981252dec95e8aad4285fce2c12d8d9d73
NFC: Add an LLC Core layer to HCI

The LLC layer manages modules that control the link layer protocol (such
as shdlc) between HCI and an HCI driver. The driver must simply specify
the required llc when it registers with HCI.

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