commit | f212ad5e993e7efb996fc8ce94a5de8f0bd06d41 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Thu May 31 00:02:26 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jun 04 21:34:30 2012 +0200 |
tree | 719e09118ffc8e80a7c916d16c0529510bdc5ebb | |
parent | fc40a8c1a06ab7db45da790693dd9802612a055c [diff] [blame] |
NFC: Set the NFC device RF mode appropriately Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h index 41573b4b..a6a7b49 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h
@@ -100,10 +100,10 @@ int targets_generation; struct device dev; bool dev_up; + u8 rf_mode; bool polling; struct nfc_target *active_target; bool dep_link_up; - u32 dep_rf_mode; struct nfc_genl_data genl_data; u32 supported_protocols;