Browse Source

qcacld-3.0: [TXRX] Reduce the log spam in Kmsg

Move the logs to appropriate log levels to avoid excessive
logging in kmsg.

CRs-Fixed: 2035110
Change-Id: If0e1706dcc926875ab68b590abf4745f81356580
Poddar, Siddarth 8 years ago
parent
commit
07eebf33bb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      core/dp/txrx/ol_txrx.c

+ 3 - 1
core/dp/txrx/ol_txrx.c

@@ -4989,7 +4989,9 @@ void ol_rx_data_process(struct ol_txrx_peer_t *peer,
 		if (ol_txrx_enqueue_rx_frames(peer, &peer->bufq_info,
 					      rx_buf_list)
 				!= QDF_STATUS_SUCCESS)
-			ol_txrx_err("failed to enqueue rx frm to cached_bufq");
+			QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_INFO_HIGH,
+				  "%s: failed to enqueue rx frm to cached_bufq",
+				  __func__);
 	} else {
 #ifdef QCA_CONFIG_SMP
 		/*