mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-23 17:29:24 -05:00
NFC: nci: Export nci data send API
For the firmware update the driver may use nci_send_data. Signed-off-by: Robert Dolca <robert.dolca@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
dc42143b84
commit
ea785c094d
@@ -203,6 +203,7 @@ int nci_send_data(struct nci_dev *ndev, __u8 conn_id, struct sk_buff *skb)
|
||||
exit:
|
||||
return rc;
|
||||
}
|
||||
EXPORT_SYMBOL(nci_send_data);
|
||||
|
||||
/* ----------------- NCI RX Data ----------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user