qcacmn: Add Support to offload icmp feature to fw

Send command with required parameters to offload icmp
feature to fw.

Change-Id: Iefac64a34e274830f0c1c82589b2f35817306a64
CRs-Fixed: 3042454
This commit is contained in:
Aditya Kodukula
2021-09-07 23:37:34 -07:00
committed by Madan Koyyalamudi
parent ab2c08d63e
commit 6a5c5db59d
4 changed files with 185 additions and 1 deletions

View File

@@ -988,6 +988,11 @@ QDF_STATUS (*send_config_packet_filter_cmd)(wmi_unified_t wmi_handle,
uint8_t vdev_id, struct pmo_rcv_pkt_fltr_cfg *rcv_filter_param,
uint8_t filter_id, bool enable);
#endif
#ifdef WLAN_FEATURE_ICMP_OFFLOAD
QDF_STATUS (*send_icmp_offload_config_cmd)(wmi_unified_t wmi_handle,
struct pmo_icmp_offload *pmo_icmp_req);
#endif
#endif /* end of WLAN_POWER_MANAGEMENT_OFFLOAD */
#ifdef WLAN_WMI_BCN
QDF_STATUS (*send_bcn_buf_ll_cmd)(wmi_unified_t wmi_handle,