]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Add a nop (passthrough) llc module to llc core
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Thu, 13 Sep 2012 15:10:48 +0000 (17:10 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:25 +0000 (00:17 +0200)
commitbbfb1d8c104a2ecbdc61ff72df9eba28a9c5ebe0
tree4ed4b580674856dd204dccc6b5c769f5a262c00c
parent349e7327da91e2fee9a38b83abdb8f7610d8d76c
NFC: Add a nop (passthrough) llc module to llc core

This is a passthrough llc. It can be used by HCI drivers that don't
need link layer control. HCI will then write directly to the driver, and
driver will deliver incoming frames directly to HCI without any
processing.

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_nop.c [new file with mode: 0644]