diff options
Diffstat (limited to 'include/net/nfc/digital.h')
| -rw-r--r-- | include/net/nfc/digital.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/net/nfc/digital.h b/include/net/nfc/digital.h index 0ae101eef0f4..74fa7eb94e72 100644 --- a/include/net/nfc/digital.h +++ b/include/net/nfc/digital.h @@ -220,12 +220,13 @@ struct nfc_digital_dev {  	struct list_head cmd_queue;  	struct mutex cmd_lock; -	struct work_struct poll_work; +	struct delayed_work poll_work;  	u8 curr_protocol;  	u8 curr_rf_tech;  	u8 curr_nfc_dep_pni;  	u8 did; +	u16 dep_rwt;  	u8 local_payload_max;  	u8 remote_payload_max; @@ -237,7 +238,6 @@ struct nfc_digital_dev {  	int nack_count;  	struct sk_buff *saved_skb; -	unsigned int saved_skb_len;  	u16 target_fsc; |