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>
This commit is contained in:

committed by
Samuel Ortiz

parent
67cccfe17d
commit
8af00d48dc
@@ -55,4 +55,6 @@ void *nfc_llc_get_data(struct nfc_llc *llc);
|
||||
int nfc_llc_register(const char *name, struct nfc_llc_ops *ops);
|
||||
void nfc_llc_unregister(const char *name);
|
||||
|
||||
int nfc_llc_nop_register(void);
|
||||
|
||||
#endif /* __LOCAL_LLC_H_ */
|
||||
|
Reference in New Issue
Block a user