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:
@@ -10637,6 +10637,8 @@ static uint32_t dp_get_cfg(struct cdp_soc_t *soc, enum cdp_dp_cfg cfg)
|
||||
case cfg_dp_pktlog_buffer_size:
|
||||
value = dpsoc->wlan_cfg_ctx->pktlog_buffer_size;
|
||||
break;
|
||||
case cfg_dp_wow_check_rx_pending:
|
||||
value = dpsoc->wlan_cfg_ctx->wow_check_rx_pending_enable;
|
||||
default:
|
||||
value = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user