Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / net / nfc / core.c
index 1fe3d3b362c0cdce72d8317488e8b1fc4d58ea1d..122bb81da9181ff92a964f381ea44113c5bd5025 100644 (file)
@@ -953,6 +953,19 @@ out:
 }
 EXPORT_SYMBOL(nfc_se_transaction);
 
+int nfc_se_connectivity(struct nfc_dev *dev, u8 se_idx)
+{
+       int rc;
+
+       pr_debug("connectivity: %x\n", se_idx);
+
+       device_lock(&dev->dev);
+       rc = nfc_genl_se_connectivity(dev, se_idx);
+       device_unlock(&dev->dev);
+       return rc;
+}
+EXPORT_SYMBOL(nfc_se_connectivity);
+
 static void nfc_release(struct device *d)
 {
        struct nfc_dev *dev = to_nfc_dev(d);
This page took 0.024417 seconds and 5 git commands to generate.