diff options
author | Ilan Elias <ilane@ti.com> | 2012-08-15 04:46:23 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-24 18:17:23 -0400 |
commit | ac206838403411e617dbe0e7df1891ee957f1f9a (patch) | |
tree | c71cced20fcdac75ae4d0e2f7925965f54289485 /include/net/nfc | |
parent | 7e0352306f6869b442a574a8e691f126c9fe930a (diff) |
NFC: Parse NCI NFC-DEP activation params
Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-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 d260ef3629db..88785e5c6b2c 100644 --- a/include/net/nfc/nci.h +++ b/include/net/nfc/nci.h | |||
@@ -351,6 +351,11 @@ struct activation_params_nfcb_poll_iso_dep { | |||
351 | __u8 attrib_res[50]; | 351 | __u8 attrib_res[50]; |
352 | }; | 352 | }; |
353 | 353 | ||
354 | struct activation_params_poll_nfc_dep { | ||
355 | __u8 atr_res_len; | ||
356 | __u8 atr_res[63]; | ||
357 | }; | ||
358 | |||
354 | struct nci_rf_intf_activated_ntf { | 359 | struct nci_rf_intf_activated_ntf { |
355 | __u8 rf_discovery_id; | 360 | __u8 rf_discovery_id; |
356 | __u8 rf_interface; | 361 | __u8 rf_interface; |
@@ -374,6 +379,7 @@ struct nci_rf_intf_activated_ntf { | |||
374 | union { | 379 | union { |
375 | struct activation_params_nfca_poll_iso_dep nfca_poll_iso_dep; | 380 | struct activation_params_nfca_poll_iso_dep nfca_poll_iso_dep; |
376 | struct activation_params_nfcb_poll_iso_dep nfcb_poll_iso_dep; | 381 | struct activation_params_nfcb_poll_iso_dep nfcb_poll_iso_dep; |
382 | struct activation_params_poll_nfc_dep poll_nfc_dep; | ||
377 | } activation_params; | 383 | } activation_params; |
378 | 384 | ||
379 | } __packed; | 385 | } __packed; |