aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc/nci_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/nfc/nci_core.h')
-rw-r--r--include/net/nfc/nci_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h
index 6e6a7be485c1..c92b69d7e0c2 100644
--- a/include/net/nfc/nci_core.h
+++ b/include/net/nfc/nci_core.h
@@ -116,10 +116,6 @@ struct nci_dev {
116 __u8 manufact_id; 116 __u8 manufact_id;
117 __u32 manufact_specific_info; 117 __u32 manufact_specific_info;
118 118
119 /* received during NCI_OP_CORE_CONN_CREATE_RSP for static conn 0 */
120 __u8 max_pkt_payload_size;
121 __u8 conn_id;
122
123 /* stored during nci_data_exchange */ 119 /* stored during nci_data_exchange */
124 data_exchange_cb_t data_exchange_cb; 120 data_exchange_cb_t data_exchange_cb;
125 void *data_exchange_cb_context; 121 void *data_exchange_cb_context;