From aebb9befc691585d12197d6f0868f3cf8a6db78f Mon Sep 17 00:00:00 2001 From: Govind Singh Date: Tue, 31 May 2016 22:49:09 +0530 Subject: 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 --- include/net/cnss.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/net') 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); -- cgit v1.2.3