diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2016-05-31 15:48:37 -0700 |
|---|---|---|
| committer | Nandini Suresh <snandini@codeaurora.org> | 2016-07-07 22:15:23 -0700 |
| commit | 707386ec0096fbf7928e48c45ca0f61bc5c02d33 (patch) | |
| tree | 0b3bf080032cf4d35d533d4a4ce1521c6f74b0d4 | |
| parent | 54963e52897663a4166f8c497ff195c01788640f (diff) | |
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
| -rw-r--r-- | core/sme/src/csr/csr_api_scan.c | 2 | ||||
| -rw-r--r-- | core/wma/src/wma_scan_roam.c | 1 |
2 files changed, 1 insertions, 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); |
