diff options
| author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2013-04-29 11:47:42 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-13 18:26:09 -0400 |
| commit | 9a695d23aab889273821c91b4132f1ed315b251b (patch) | |
| tree | b9c2c8f3130e365821df7966d5d6fc4b27e75838 /include/net/nfc | |
| parent | 9674da8759df0d6c0d24e1ede6e2a1acdef91e3c (diff) | |
NFC: HCI: Implement fw_upload ops
This is a simple forward to the HCI driver. When driver is done with the
operation, it shall directly notify NFC Core by calling
nfc_fw_upload_done().
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
| -rw-r--r-- | include/net/nfc/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h index b87a1692b086..14faf2dc7a48 100644 --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h | |||
| @@ -61,6 +61,7 @@ struct nfc_hci_ops { | |||
| 61 | struct sk_buff *skb); | 61 | struct sk_buff *skb); |
| 62 | int (*enable_se)(struct nfc_dev *dev, u32 secure_element); | 62 | int (*enable_se)(struct nfc_dev *dev, u32 secure_element); |
| 63 | int (*disable_se)(struct nfc_dev *dev, u32 secure_element); | 63 | int (*disable_se)(struct nfc_dev *dev, u32 secure_element); |
| 64 | int (*fw_upload)(struct nfc_hci_dev *hdev, const char *firmware_name); | ||
| 64 | }; | 65 | }; |
| 65 | 66 | ||
| 66 | /* Pipes */ | 67 | /* Pipes */ |
