aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc/nfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/nfc/nfc.h')
-rw-r--r--include/net/nfc/nfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h
index 41573b4bd78a..a6a7b49a3e2d 100644
--- a/include/net/nfc/nfc.h
+++ b/include/net/nfc/nfc.h
@@ -100,10 +100,10 @@ struct nfc_dev {
100 int targets_generation; 100 int targets_generation;
101 struct device dev; 101 struct device dev;
102 bool dev_up; 102 bool dev_up;
103 u8 rf_mode;
103 bool polling; 104 bool polling;
104 struct nfc_target *active_target; 105 struct nfc_target *active_target;
105 bool dep_link_up; 106 bool dep_link_up;
106 u32 dep_rf_mode;
107 struct nfc_genl_data genl_data; 107 struct nfc_genl_data genl_data;
108 u32 supported_protocols; 108 u32 supported_protocols;
109 109