qcacmn: add an ini field to control rx frame pending check

Add a ini control field to control rx frame pending check
logic in WoW case. In some cases, power consumption is more
important than rx frame ping loss, so add a control flag

Change-Id: I8c4d3725edddb82a0f06dc70c22a8dd5243209f2
CRs-Fixed: 2806786
This commit is contained in:
Yu Tian
2020-10-28 13:38:18 +08:00
committad av snandini
förälder 56f94da675
incheckning 76fdb54e96
6 ändrade filer med 32 tillägg och 2 borttagningar

Visa fil

@@ -630,6 +630,8 @@ wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
cfg_get(psoc, CFG_DP_RX_RADIO_1_DEFAULT_REO);
wlan_cfg_ctx->radio2_rx_default_reo =
cfg_get(psoc, CFG_DP_RX_RADIO_2_DEFAULT_REO);
wlan_cfg_ctx->wow_check_rx_pending_enable =
cfg_get(psoc, CFG_DP_WOW_CHECK_RX_PENDING);
return wlan_cfg_ctx;
}