sensf is the detection response for Felica NFC tags. Signed-off-by: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx> --- drivers/nfc/pn533.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/nfc/pn533.c b/drivers/nfc/pn533.c index a576604..353bab7 100644 --- a/drivers/nfc/pn533.c +++ b/drivers/nfc/pn533.c @@ -783,6 +783,9 @@ static int pn533_target_found_felica(struct nfc_target *nfc_tgt, u8 *tgt_data, else nfc_tgt->supported_protocols = NFC_PROTO_FELICA_MASK; + memcpy(nfc_tgt->sensf_res, &tgt_felica->opcode, 9); + nfc_tgt->sensf_res_len = 9; + return 0; } -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html