qcacmn: Set default value 7 for INI dp_reo_rings_map
Set default value 7 for INI dp_reo_rings_map, this is just one WAR to not block HMT before reo_ring_remap and dp thread issue is fixed. Change-Id: Ib2c8ebab936951798112759e1ac0baba85996036 CRs-Fixed: 3005555
This commit is contained in:

committed by
Madan Koyyalamudi

parent
69f69de187
commit
8cdc1875ae
@@ -390,7 +390,11 @@
|
||||
#define WLAN_CFG_PKTLOG_MIN_BUFFER_SIZE 1
|
||||
#define WLAN_CFG_PKTLOG_MAX_BUFFER_SIZE 10
|
||||
|
||||
#ifdef QCA_WIFI_WCN7850
|
||||
#define WLAN_CFG_NUM_REO_RINGS_MAP 0x7
|
||||
#else
|
||||
#define WLAN_CFG_NUM_REO_RINGS_MAP 0xF
|
||||
#endif
|
||||
#define WLAN_CFG_NUM_REO_RINGS_MAP_MIN 0x1
|
||||
#define WLAN_CFG_NUM_REO_RINGS_MAP_MAX 0xF
|
||||
|
||||
|
Reference in New Issue
Block a user