14 Aug, 2013
1 commit
-
This patch fixes 3 sparse warnings:
nfcsim.c:63:25: sparse: symbol 'wq' was not declared.
nfcsim.c:484:12: sparse: symbol 'nfcsim_init' was not declared.
nfcsim.c:525:13: sparse: symbol 'nfcsim_exit' was not declared.Reported-by: Fengguang Wu
Signed-off-by: Thierry Escande
Signed-off-by: Samuel Ortiz
14 Jun, 2013
1 commit
-
This driver declares two virtual NFC devices supporting NFC-DEP protocol.
An LLCP connection can be established between them and all packets sent
from one device is sent back to the other, acting as loopback devices.Once established, the LLCP link can be disconnected by disabling the target
device (with rfkill, nfctool, or neard disable-adapter test script).Signed-off-by: Thierry Escande
Signed-off-by: Samuel Ortiz