X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fnet%2Fnfc%2Fnci_core.h;h=d705d867494987b30da4272fe4c1967a7884412a;hb=ba0a5a36f60e4c1152af3a2ae2813251974405bf;hp=feba74027ff8bc18674c68625f8f6e5a9cd6562f;hpb=4b3451ad1313134821ad13b6fe821d0b4409aa18;p=~andy%2Flinux diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h index feba74027ff..d705d867494 100644 --- a/include/net/nfc/nci_core.h +++ b/include/net/nfc/nci_core.h @@ -54,6 +54,7 @@ enum nci_state { /* NCI timeouts */ #define NCI_RESET_TIMEOUT 5000 #define NCI_INIT_TIMEOUT 5000 +#define NCI_SET_CONFIG_TIMEOUT 5000 #define NCI_RF_DISC_TIMEOUT 5000 #define NCI_RF_DISC_SELECT_TIMEOUT 5000 #define NCI_RF_DEACTIVATE_TIMEOUT 30000 @@ -137,6 +138,10 @@ struct nci_dev { data_exchange_cb_t data_exchange_cb; void *data_exchange_cb_context; struct sk_buff *rx_data_reassembly; + + /* stored during intf_activated_ntf */ + __u8 remote_gb[NFC_MAX_GT_LEN]; + __u8 remote_gb_len; }; /* ----- NCI Devices ----- */