linux/include/net/nfc
Waldemar Rymarkiewicz 96e324024b NFC: xmit from hci ops must return 0 or negative
xmit callback provided by a driver encapsulates upper layers
data and sends it to the hardware. So, HCI does not know the
exact amount of data being sent and thus can't handle partially
sent frames properly.

Therefore, the driver must return 0 for completely sent frame or
negative for failure.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Acked-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-09-25 00:17:27 +02:00
..
hci.h NFC: xmit from hci ops must return 0 or negative 2012-09-25 00:17:27 +02:00
llc.h NFC: Add an shdlc llc module to llc core 2012-09-25 00:17:25 +02:00
nci_core.h NFC: Implement NCI dep_link_up and dep_link_down 2012-09-25 00:17:23 +02:00
nci.h NFC: Parse NCI NFC-DEP activation params 2012-09-25 00:17:23 +02:00
nfc.h NFC: Use system_nrt_wq instead of custom ones 2012-09-25 00:17:23 +02:00