Sfoglia il codice sorgente

qcacmn: Remove excessive logging in tx path

Invalid status completions have already been accounted
in the counters. Remove error message for every
invalid status completion as it would lead to excessive logging.

Change-Id: I4af025f3a8731e8488d1d49799c65399a6cc9e37
CRs-Fixed: 2342963
Venkata Sharath Chandra Manchala 6 anni fa
parent
commit
f0b7fdb82e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      dp/wifi3.0/dp_tx.c

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

@@ -2603,7 +2603,6 @@ dp_tx_update_peer_stats(struct dp_peer *peer,
 		     (ts->status == HAL_TX_TQM_RR_FW_REASON3));
 
 	if (ts->status != HAL_TX_TQM_RR_FRAME_ACKED) {
-		dp_err("Tx completion has no valid acknowledgment");
 		return;
 	}