commit | fe7c580073280c15bb4eb4f82bf20dddc1a68383 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Tue May 15 15:57:06 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jun 04 21:34:29 2012 +0200 |
tree | 0b71c488d1b3cdd87dd5e05ccd0224b496fec2f9 | |
parent | ab73b751303bc60d7d9fba875c958dedfe14754c [diff] [blame] |
NFC: Add target mode protocols to the polling loop startup routine Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index 3dd4232..7d9708f 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h
@@ -158,7 +158,7 @@ int nfc_dev_down(struct nfc_dev *dev); -int nfc_start_poll(struct nfc_dev *dev, u32 protocols); +int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols); int nfc_stop_poll(struct nfc_dev *dev);