Procházet zdrojové kódy

qcacmn: Remove duplicate prints in tx path

Avoid printing skb info twice upon
entering the dp_tx_send API.

Change-Id: Ia719025f034f45fea5a947b3e40fbeb693dfceca
CRs-Fixed: 2076271
Venkata Sharath Chandra Manchala před 7 roky
rodič
revize
6560d45bd2
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      dp/wifi3.0/dp_tx.c

+ 0 - 4
dp/wifi3.0/dp_tx.c

@@ -1439,10 +1439,6 @@ out:
 	if (qdf_unlikely(vdev->mesh_vdev))
 	if (qdf_unlikely(vdev->mesh_vdev))
 		dp_tx_extract_mesh_meta_data(vdev, nbuf, &msdu_info);
 		dp_tx_extract_mesh_meta_data(vdev, nbuf, &msdu_info);
 
 
-	QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
-			"%s , skb %0x:%0x:%0x:%0x:%0x:%0x\n",
-			__func__, nbuf->data[0], nbuf->data[1], nbuf->data[2],
-			nbuf->data[3], nbuf->data[4], nbuf->data[5]);
 	/*
 	/*
 	 * Get HW Queue to use for this frame.
 	 * Get HW Queue to use for this frame.
 	 * TCL supports upto 4 DMA rings, out of which 3 rings are
 	 * TCL supports upto 4 DMA rings, out of which 3 rings are