linux/net/nfc/hci
Waldemar Rymarkiewicz 9010e39f50 NFC: Handle RSET in SHDLC_CONNECTING state
As queue_work() does not guarantee immediate execution of sm_work it
can happen in crossover RSET usecase that connect timer will constantly
change the shdlc state from NEGOTIATING to CONNECTING before shdlc has
chance to handle incoming frame.

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
..
command.c NFC: Add a public nfc_hci_send_cmd_async method 2012-09-25 00:17:25 +02:00
core.c NFC: Add HCI module description 2012-09-25 00:17:27 +02:00
hci.h NFC: Changed the HCI cmd execution callback prototype 2012-09-25 00:17:25 +02:00
hcp.c NFC: Changed the HCI cmd execution callback prototype 2012-09-25 00:17:25 +02:00
Kconfig NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers 2012-05-15 17:27:28 -04:00
llc.c NFC: Remove unneeded LLC symbols export 2012-09-25 00:17:26 +02:00
llc.h NFC: Add an shdlc llc module to llc core 2012-09-25 00:17:25 +02:00
llc_nop.c NFC: Fix LLC registration definitions for ANSI compliance 2012-09-25 00:17:26 +02:00
llc_shdlc.c NFC: Handle RSET in SHDLC_CONNECTING state 2012-09-25 00:17:27 +02:00
Makefile NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core 2012-09-25 00:17:26 +02:00