summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@qca.qualcomm.com>2016-07-28 17:00:52 -0700
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-07-29 12:05:12 +0530
commitb85ca9cda22d6e151c6607f7c19e15aaa96a3f59 (patch)
tree69c93ca7451d2d9b133838538e23cabfba53d207
parentfd406a4cfd901319f8ac5dc0a500777642aa817d (diff)
qcacld-2.0: Reduce log levels and cleanup
Reduce log levels and cleanup. Change-Id: I05f88b7a49c4fc9c531dfe1574f38da2b416c827 CRs-Fixed: 1047807
-rwxr-xr-xCORE/HDD/src/wlan_hdd_main.c2
-rw-r--r--CORE/SME/src/csr/csrApiRoam.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index c180e64c7f88..8bcb0ac5a87f 100755
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -17407,7 +17407,7 @@ void hdd_stop_bus_bw_compute_timer(hdd_adapter_t *pAdapter)
if (VOS_TIMER_STATE_RUNNING !=
vos_timer_getCurrentState(&pHddCtx->bus_bw_timer)) {
/* trying to stop timer, when not running is not good */
- VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
+ VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
"bus band width compute timer is not running");
return;
}
diff --git a/CORE/SME/src/csr/csrApiRoam.c b/CORE/SME/src/csr/csrApiRoam.c
index 6f65413a57e9..a3dba02952b8 100644
--- a/CORE/SME/src/csr/csrApiRoam.c
+++ b/CORE/SME/src/csr/csrApiRoam.c
@@ -10431,11 +10431,11 @@ void csrRoamCheckForLinkStatusChange( tpAniSirGlobal pMac, tSirSmeRsp *pSirMsg )
status = csrRoamGetSessionIdFromBSSID( pMac, (tCsrBssid *)pDisassocInd->bssId, &sessionId );
if( HAL_STATUS_SUCCESS( status ) )
{
- smsLog( pMac, LOGE, FL("DISASSOCIATION Indication from MAC for session %d "), sessionId);
- smsLog( pMac, LOGE, FL("DISASSOCIATION from peer =" MAC_ADDRESS_STR " "
- " reason = %d status = %d "),
+ smsLog(pMac, LOG1, FL("DISASSOCIATION from peer=" MAC_ADDRESS_STR
+ " reason: %d status: %d session: %d"),
MAC_ADDR_ARRAY(pDisassocInd->peerMacAddr),
- pDisassocInd->reasonCode, pDisassocInd->statusCode);
+ pDisassocInd->reasonCode,
+ pDisassocInd->statusCode, sessionId);
// If we are in neighbor preauth done state then on receiving
// disassoc or deauth we dont roam instead we just disassoc
// from current ap and then go to disconnected state