Browse Source

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
Pamidipati, Vijay 7 years ago
parent
commit
2da6acd74b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      wlan_cfg/wlan_cfg.c

+ 5 - 0
wlan_cfg/wlan_cfg.c

@@ -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