From 707386ec0096fbf7928e48c45ca0f61bc5c02d33 Mon Sep 17 00:00:00 2001 From: Sandeep Puligilla Date: Tue, 31 May 2016 15:48:37 -0700 Subject: 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 --- core/sme/src/csr/csr_api_scan.c | 2 +- core/wma/src/wma_scan_roam.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/sme/src/csr/csr_api_scan.c b/core/sme/src/csr/csr_api_scan.c index 96862cae18c3..99d024d36247 100644 --- a/core/sme/src/csr/csr_api_scan.c +++ b/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; diff --git a/core/wma/src/wma_scan_roam.c b/core/wma/src/wma_scan_roam.c index a19c8121f12e..28f198c84a66 100644 --- a/core/wma/src/wma_scan_roam.c +++ b/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); -- cgit v1.2.3