diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-10-25 22:54:33 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-26 06:53:16 +0100 |
commit | 7e35740438bafcc8be0e05ff2461b73d631caeb0 (patch) | |
tree | 9b910d808e0a6a0dea7672d7a4918d8c6c5769e0 /include/net/nfc | |
parent | 404b3e585b15d7431a0ffa5cf67090569fad88c1 (diff) | |
download | linux-7e35740438bafcc8be0e05ff2461b73d631caeb0.tar.bz2 |
NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATE
NCI_HCI_IDENTITY_MGMT_GATE might be useful to get information
about hardware or firmware version.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r-- | include/net/nfc/nci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h index 65e40df05df2..79c6d1af209d 100644 --- a/include/net/nfc/nci_core.h +++ b/include/net/nfc/nci_core.h @@ -128,6 +128,7 @@ struct nci_conn_info { /* Gates */ #define NCI_HCI_ADMIN_GATE 0x00 +#define NCI_HCI_IDENTITY_MGMT_GATE 0x05 #define NCI_HCI_LINK_MGMT_GATE 0x06 /* Pipes */ |