Sfoglia il codice sorgente

qcacld-3.0: Update log level related to PNO

PNO kernel debug logs are too frequent.

Reduced the log level of PNO messages from error to info

Change-Id: I27166f542889e0d5071ae8c558e0227c51064c5f
CRs-Fixed: 1022820
Sandeep Puligilla 8 anni fa
parent
commit
707386ec00
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 1
      core/sme/src/csr/csr_api_scan.c
  2. 0 1
      core/wma/src/wma_scan_roam.c

+ 1 - 1
core/sme/src/csr/csr_api_scan.c

@@ -4652,7 +4652,7 @@ QDF_STATUS csr_scan_sme_scan_response(tpAniSirGlobal pMac,
 error_handling:
 #ifdef FEATURE_WLAN_SCAN_PNO
 	if (pMac->pnoOffload && pScanRsp->statusCode == eSIR_PNO_SCAN_SUCCESS) {
-		sms_log(pMac, LOGE, FL("PNO Scan completion called."));
+		sms_log(pMac, LOG1, FL("PNO Scan completion called"));
 		csr_save_scan_results(pMac, eCsrScanCandidateFound,
 				      pScanRsp->sessionId);
 		return QDF_STATUS_SUCCESS;

+ 0 - 1
core/wma/src/wma_scan_roam.c

@@ -3487,7 +3487,6 @@ int wma_nlo_scan_cmp_evt_handler(void *handle, uint8_t *event,
 	if (scan_event) {
 		/* Posting scan completion msg would take scan cache result
 		 * from LIM module and update in scan cache maintained in SME.*/
-		WMA_LOGE("Posting PNO Scan completion to umac");
 		qdf_wake_lock_timeout_acquire(&wma->pno_wake_lock,
 				WMA_PNO_SCAN_COMPLETE_WAKE_LOCK_TIMEOUT,
 				WIFI_POWER_EVENT_WAKELOCK_PNO);