qcacmn: Add support to offload igmp feature to fw

Send command with required params to offload igmp
feature to fw.

Change-Id: I8b34b3f465c85db6b6cccd5fba439bee1c5640f4
CRs-Fixed: 2908041
This commit is contained in:
sheenam monga
2021-03-25 11:47:04 +05:30
committed by snandini
parent a5e6565dd6
commit 9b74a6bc2a
4 changed files with 107 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2019, 2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -387,4 +387,16 @@ QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(
struct app_type1_params *app_type1_params);
#endif /* WLAN_FEATURE_EXTWOW_SUPPORT */
#ifdef WLAN_FEATURE_IGMP_OFFLOAD
/**
* wmi_unified_send_igmp_offload_cmd() - send igmp offload cmd to fw
* @wmi_hdl: wmi handle
* @pmo_igmp_req: igmp params
*
* Return: Success or failure
*/
QDF_STATUS
wmi_unified_send_igmp_offload_cmd(wmi_unified_t wmi_handle,
struct pmo_igmp_offload_req *pmo_igmp_req);
#endif
#endif /* _WMI_UNIFIED_PMO_API_H_ */