qcacmn: Increase reo timer threshold max value
Reo timer threshold is set to 512us as a default so increase the maximum value of timer threshold to 512us to avoid out of bound value. Change-Id: I291e80e5930b2d3537cbbc9716b323aeb6be89c3 CRs-Fixed: 2571639
This commit is contained in:

committed by
nshrivas

vanhempi
ff153cc83d
commit
55299c2b91
@@ -132,7 +132,7 @@
|
||||
#define WLAN_CFG_INT_TIMER_THRESHOLD_OTHER_MAX 1000
|
||||
|
||||
#define WLAN_CFG_INT_TIMER_THRESHOLD_REO_RING_MIN 8
|
||||
#define WLAN_CFG_INT_TIMER_THRESHOLD_REO_RING_MAX 500
|
||||
#define WLAN_CFG_INT_TIMER_THRESHOLD_REO_RING_MAX 512
|
||||
|
||||
#define WLAN_CFG_INT_TIMER_THRESHOLD_WBM_RELEASE_RING_MIN 8
|
||||
#define WLAN_CFG_INT_TIMER_THRESHOLD_WBM_RELEASE_RING_MAX 500
|
||||
|
Viittaa uudesa ongelmassa
Block a user