diff options
author | Christophe Ricard | 2015-12-23 23:45:19 +0100 |
---|---|---|
committer | Samuel Ortiz | 2015-12-29 19:06:20 +0100 |
commit | 25960c2176112f39e8862e692e07cad918c06707 (patch) | |
tree | 158131dfb71c0ebc7bd084dda6980b1ec3ed83c1 /drivers/nfc | |
parent | 9afec6d3866b8451abcf1a7a1a381a3be6c83386 (diff) |
nfc: st-nci: Add support for HCI event connectivity
Add support for connectivity event
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r-- | drivers/nfc/st-nci/se.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/se.c b/drivers/nfc/st-nci/se.c index aa692dabee76..a53e5df803eb 100644 --- a/drivers/nfc/st-nci/se.c +++ b/drivers/nfc/st-nci/se.c @@ -331,7 +331,7 @@ static int st_nci_hci_connectivity_event_received(struct nci_dev *ndev, switch (event) { case ST_NCI_EVT_CONNECTIVITY: - + r = nfc_se_connectivity(ndev->nfc_dev, host); break; case ST_NCI_EVT_TRANSACTION: /* According to specification etsi 102 622 |