qcacmn: Add support to configure REO ring threshold

Add support to configure REO ring threshold through ini
for WLAN_DP_PER_RING_TYPE_CONFIG feature.

Change-Id: I02a14adcf243905ab25c2af12cb9499f32ff453f
CRs-Fixed: 2789147
此提交包含在:
Nirav Shah
2020-09-30 17:06:38 +05:30
提交者 snandini
父節點 478749a365
當前提交 0fb3541617
共有 3 個檔案被更改,包括 19 行新增5 行删除

查看文件

@@ -330,7 +330,7 @@ struct wlan_srng_cfg g_wlan_srng_cfg[MAX_RING_TYPES];
/* REO_DST ring configuration */
struct wlan_srng_cfg wlan_srng_reo_cfg = {
.timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_REO_RING,
.batch_count_threshold = 0,
.batch_count_threshold = WLAN_CFG_INT_BATCH_THRESHOLD_REO_RING,
.low_threshold = 0,
};