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
此提交包含在:
@@ -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,
|
||||
};
|
||||
|
||||
|
新增問題並參考
封鎖使用者