diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/nfc/nci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/nfc/nci.h b/include/net/nfc/nci.h index 2a7fdb265611..2be95e2626c0 100644 --- a/include/net/nfc/nci.h +++ b/include/net/nfc/nci.h | |||
@@ -260,6 +260,12 @@ struct nci_core_conn_credit_ntf { | |||
260 | struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN]; | 260 | struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN]; |
261 | } __packed; | 261 | } __packed; |
262 | 262 | ||
263 | #define NCI_OP_CORE_INTF_ERROR_NTF nci_opcode_pack(NCI_GID_CORE, 0x08) | ||
264 | struct nci_core_intf_error_ntf { | ||
265 | __u8 status; | ||
266 | __u8 conn_id; | ||
267 | } __packed; | ||
268 | |||
263 | #define NCI_OP_RF_INTF_ACTIVATED_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x05) | 269 | #define NCI_OP_RF_INTF_ACTIVATED_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x05) |
264 | struct rf_tech_specific_params_nfca_poll { | 270 | struct rf_tech_specific_params_nfca_poll { |
265 | __u16 sens_res; | 271 | __u16 sens_res; |