summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorGovind Singh <govinds@codeaurora.org>2016-05-31 22:49:09 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-27 00:13:45 -0700
commitaebb9befc691585d12197d6f0868f3cf8a6db78f (patch)
tree660bded977cb92148e5d97df4d5bef4ddb563746 /include/net
parent626caf4e54864d90e8d104277f9a1446e487c7e1 (diff)
net: cnss: Add support to get fw files for QCA SDIO target
Current implementation for getting fw files for a target is supported only in PCIE based QCA chipsets. Add support to get FW files for QCA SDIO targets. CRs-Fixed: 1036232 Change-Id: If6c273d9a86f9fc4bc841388b11b96c385dc64f4 Signed-off-by: Govind Singh <govinds@codeaurora.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/cnss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cnss.h b/include/net/cnss.h
index 7fce7db19e54..be58e32e6c7a 100644
--- a/include/net/cnss.h
+++ b/include/net/cnss.h
@@ -121,6 +121,8 @@ extern void cnss_wlan_unregister_driver(struct cnss_wlan_driver *driver);
extern int cnss_get_fw_files(struct cnss_fw_files *pfw_files);
extern int cnss_get_fw_files_for_target(struct cnss_fw_files *pfw_files,
u32 target_type, u32 target_version);
+extern void cnss_get_qca9377_fw_files(struct cnss_fw_files *pfw_files,
+ u32 size, u32 tufello_dual_fw);
extern int cnss_request_bus_bandwidth(int bandwidth);