qcacld-3.0: Add a new ini item gEnableIcmpOffload

Add new ini item gEnableIcmpOffload to enable/disable
ICMP offload to firmware.

Change-Id: I107aeec4c75ae18fbe37d373e48339a5b76797aa
CRs-Fixed: 3025650
This commit is contained in:
Aditya Kodukula
2021-08-30 13:11:33 -07:00
committed by Madan Koyyalamudi
parent 4c9843245e
commit 4d93a28a54
3 changed files with 26 additions and 1 deletions

View File

@@ -275,6 +275,8 @@ static void wlan_pmo_init_cfg(struct wlan_objmgr_psoc *psoc,
wlan_pmo_get_igmp_offload_enable_cfg(psoc, psoc_cfg);
psoc_cfg->disconnect_sap_tdls_in_wow =
cfg_get(psoc, CFG_DISCONNECT_SAP_TDLS_IN_WOW);
psoc_cfg->is_icmp_offload_enable =
cfg_get(psoc, CFG_ENABLE_ICMP_OFFLOAD);
}
QDF_STATUS pmo_psoc_open(struct wlan_objmgr_psoc *psoc)