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)
commit8af00d48dc929442644bf68e9cd3d951d9697296
tree4ed4b580674856dd204dccc6b5c769f5a262c00c
parent67cccfe17d1b3da1ed6c79e643c9be95ebde9642
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]
This page took 0.039281 seconds and 5 git commands to generate.