aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc/nci_core.h
diff options
context:
space:
mode:
authorIlan Elias <ilane@ti.com>2011-12-20 09:57:40 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-01-04 14:30:39 -0500
commit637d85a7cdfe4240a56da7d70cf95cca65ea21d3 (patch)
tree955b49a8a27b871725c0f262f4d475cab59db01c /include/net/nfc/nci_core.h
parentcee0bec58a922976a5f4d70081a3b2fd73e108e9 (diff)
NFC: Update names and structs to NCI spec 1.0 d22
Addition, deletion, and modification of NCI constants. Changes in NCI commands, responses, and notifications structures. Signed-off-by: Ilan Elias <ilane@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/nfc/nci_core.h')
-rw-r--r--include/net/nfc/nci_core.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h
index c92b69d7e0c2..bccd89e9d4c2 100644
--- a/include/net/nfc/nci_core.h
+++ b/include/net/nfc/nci_core.h
@@ -111,11 +111,13 @@ struct nci_dev {
111 __u16 max_routing_table_size; 111 __u16 max_routing_table_size;
112 __u8 max_ctrl_pkt_payload_len; 112 __u8 max_ctrl_pkt_payload_len;
113 __u16 max_size_for_large_params; 113 __u16 max_size_for_large_params;
114 __u8 max_data_pkt_payload_size;
115 __u8 initial_num_credits;
116 __u8 manufact_id; 114 __u8 manufact_id;
117 __u32 manufact_specific_info; 115 __u32 manufact_specific_info;
118 116
117 /* received during NCI_OP_RF_INTF_ACTIVATED_NTF */
118 __u8 max_data_pkt_payload_size;
119 __u8 initial_num_credits;
120
119 /* stored during nci_data_exchange */ 121 /* stored during nci_data_exchange */
120 data_exchange_cb_t data_exchange_cb; 122 data_exchange_cb_t data_exchange_cb;
121 void *data_exchange_cb_context; 123 void *data_exchange_cb_context;