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
committed by snandini
parent 56f94da675
commit 76fdb54e96
6 changed files with 32 additions and 2 deletions

View File

@@ -191,6 +191,7 @@ struct wlan_srng_cfg {
* @rx_pending_low_threshold: threshold of stopping pkt drop
* @is_swlm_enabled: flag to enable/disable SWLM
* @tx_per_pkt_vdev_id_check: Enable tx perpkt vdev id check
* @wow_check_rx_pending_enable: Enable RX frame pending check in WoW
*/
struct wlan_cfg_dp_soc_ctxt {
int num_int_ctxts;
@@ -306,6 +307,7 @@ struct wlan_cfg_dp_soc_ctxt {
uint8_t radio0_rx_default_reo;
uint8_t radio1_rx_default_reo;
uint8_t radio2_rx_default_reo;
bool wow_check_rx_pending_enable;
};
/**