X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fnet%2Fnfc%2Fhci.h;h=b64b7bce4b94302a8edb923bc54bc1e4b2c8b997;hb=9ea7187c53f63e31f2d1b2b1e474e31808565009;hp=0af851c3b038186357b8576ec4025bb5193ee1fd;hpb=7427b370e0aa6226c763af94fc5c4e3433383543;p=deliverable%2Flinux.git diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h index 0af851c3b038..b64b7bce4b94 100644 --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h @@ -59,7 +59,7 @@ struct nfc_hci_ops { struct nfc_target *target); int (*event_received)(struct nfc_hci_dev *hdev, u8 gate, u8 event, struct sk_buff *skb); - int (*fw_upload)(struct nfc_hci_dev *hdev, const char *firmware_name); + int (*fw_download)(struct nfc_hci_dev *hdev, const char *firmware_name); int (*discover_se)(struct nfc_hci_dev *dev); int (*enable_se)(struct nfc_hci_dev *dev, u32 se_idx); int (*disable_se)(struct nfc_hci_dev *dev, u32 se_idx);