diff options
author | Arron Wang <arron.wang@intel.com> | 2012-09-27 05:32:54 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-10-26 12:26:45 -0400 |
commit | 7e2afc9d072b9f84b314b208a125c2b1ce36b685 (patch) | |
tree | 971d9da17a072fbfcf87c4d844294e51154430da /include/net/nfc/hci.h | |
parent | 9b34f40c20111ba658f88e1669598db494be1fbc (diff) |
NFC: Set local gb and DEP registries
Set the local general bytes and default value for NFCIP1
Target/Initiator registries if the protocol is NFC-DEP
Signed-off-by: Arron Wang <arron.wang@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc/hci.h')
-rw-r--r-- | include/net/nfc/hci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h index e900072950cb..df6523dcd3c8 100644 --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h | |||
@@ -114,6 +114,9 @@ struct nfc_hci_dev { | |||
114 | int async_cb_type; | 114 | int async_cb_type; |
115 | data_exchange_cb_t async_cb; | 115 | data_exchange_cb_t async_cb; |
116 | void *async_cb_context; | 116 | void *async_cb_context; |
117 | |||
118 | u8 *gb; | ||
119 | size_t gb_len; | ||
117 | }; | 120 | }; |
118 | 121 | ||
119 | /* hci device allocation */ | 122 | /* hci device allocation */ |