diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-12-23 22:45:18 (GMT) |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-12-29 18:06:20 (GMT) |
commit | 9afec6d3866b8451abcf1a7a1a381a3be6c83386 (patch) | |
tree | 8286f9115386f6b5f2f319381ceffe52e9c2793c /net/nfc/nfc.h | |
parent | dfa4089b3a3f3ac8bea847f968c92b89fbbf107c (diff) | |
download | linux-9afec6d3866b8451abcf1a7a1a381a3be6c83386.tar.xz |
nfc: netlink: HCI event connectivity implementation
Add support for missing HCI event EVT_CONNECTIVITY and forward
it to userspace.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/nfc.h')
-rw-r--r-- | net/nfc/nfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index c20b784..6c6f76b 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h @@ -105,6 +105,7 @@ int nfc_genl_se_added(struct nfc_dev *dev, u32 se_idx, u16 type); int nfc_genl_se_removed(struct nfc_dev *dev, u32 se_idx); int nfc_genl_se_transaction(struct nfc_dev *dev, u8 se_idx, struct nfc_evt_transaction *evt_transaction); +int nfc_genl_se_connectivity(struct nfc_dev *dev, u8 se_idx); struct nfc_dev *nfc_get_device(unsigned int idx); |