qcacmn: Enable all HW Transmit datapath rings
Enable all 3 HW Transmit rings by default to be able to tie each ring to a CPU core for transmit datapath Change-Id: I6f1dd011e1289f8ee603a81e373629c79af0fd3f CRs-Fixed: 2103112
This commit is contained in:

committed by
snandini

parent
481a9dfb4c
commit
2da6acd74b
@@ -165,11 +165,16 @@
|
||||
|
||||
#define WLAN_CFG_MAX_CLIENTS 64
|
||||
|
||||
#ifdef CONFIG_MCL
|
||||
#ifdef IPA_OFFLOAD
|
||||
#define WLAN_CFG_PER_PDEV_TX_RING 0
|
||||
#else
|
||||
#define WLAN_CFG_PER_PDEV_TX_RING 1
|
||||
#endif
|
||||
#else
|
||||
#define WLAN_CFG_PER_PDEV_TX_RING 0
|
||||
#endif
|
||||
|
||||
#define WLAN_CFG_NUM_TCL_DATA_RINGS 3
|
||||
#define WLAN_CFG_NUM_REO_DEST_RING 4
|
||||
|
||||
|
Reference in New Issue
Block a user