Browse Source

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>
Christophe Ricard 9 years ago
parent
commit
25960c2176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/nfc/st-nci/se.c

+ 1 - 1
drivers/nfc/st-nci/se.c

@@ -331,7 +331,7 @@ static int st_nci_hci_connectivity_event_received(struct nci_dev *ndev,
 
 
 	switch (event) {
 	switch (event) {
 	case ST_NCI_EVT_CONNECTIVITY:
 	case ST_NCI_EVT_CONNECTIVITY:
-
+		r = nfc_se_connectivity(ndev->nfc_dev, host);
 	break;
 	break;
 	case ST_NCI_EVT_TRANSACTION:
 	case ST_NCI_EVT_TRANSACTION:
 		/* According to specification etsi 102 622
 		/* According to specification etsi 102 622