Pārlūkot izejas kodu

qcacmn: Enhance t-put for SDIO bus WLAN

Because of wrongly using #ifdef instead of #if, DEBUG_BUNDLE is
always on after enable bus bunlde for SDIO bus WLAN.

CRs-Fixed: 2073795
Change-Id: I7b94dbc0a63dbea2384a455eed1e46d0eb60c530
Chris Guo 7 gadi atpakaļ
vecāks
revīzija
0d276aab16
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      hif/src/sdio/hif_sdio_recv.c

+ 1 - 1
hif/src/sdio/hif_sdio_recv.c

@@ -759,7 +759,7 @@ static QDF_STATUS hif_dev_issue_recv_packet_bundle(struct hif_sdio_device *pdev,
 		}
 		total_length += padded_length;
 	}
-#ifdef DEBUG_BUNDLE
+#if DEBUG_BUNDLE
 	qdf_print("Recv bundle count %d, length %d.\n",
 		sync_completion_queue ?
 		HTC_PACKET_QUEUE_DEPTH(sync_completion_queue) : 0,