Просмотр исходного кода

Revert "qcacmn: Increase the CE1 ring size to 1280 for Waikiki"

This reverts commit I794522751deb9a60e6487e42df48f582a5e01d2e.

Reason for revert: Changes for the fix is implemented as a different FR

Change-Id: I19f6e4362ed406c9906e333c1ee0bfa2fe14677e
CRs-Fixed: 3598130
Vivek 1 год назад
Родитель
Сommit
6578782074
1 измененных файлов с 2 добавлено и 8 удалено
  1. 2 8
      hif/src/ce/ce_assignment.h

+ 2 - 8
hif/src/ce/ce_assignment.h

@@ -1792,18 +1792,12 @@ static struct CE_pipe_config target_ce_config_wlan_kiwi[] = {
 
 #ifdef QCA_WIFI_QCN9224
 #define QCN_9224_CE_COUNT 16
-
-#ifdef QCN9224_CE1_INCREASED_SIZE
-#define T2H_CE1_RING_SIZE 1280
-#else
-#define T2H_CE1_RING_SIZE 512
-#endif
-
 static struct CE_attr host_ce_config_wlan_qcn9224[] = {
 	/* host->target HTC control and raw streams */
 	{/*CE0*/ (CE_ATTR_FLAGS), 0, 16, 2048, 0, NULL,},
 	/* target->host HTT + HTC control */
-	{/*CE1*/ (CE_ATTR_FLAGS), 0, 0,  2048, T2H_CE1_RING_SIZE, NULL,},
+	{/*CE1*/ (CE_ATTR_FLAGS), 0, 0,  2048,
+		512, NULL,},
 	/* target->host WMI */
 	{/*CE2*/ (CE_ATTR_FLAGS), 0, 0,  2048,
 		128, NULL,},