diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2016-08-17 19:10:56 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-17 21:53:04 -0700 |
| commit | 0ee96441f425b1c4eaac96841259e09ef11a11c9 (patch) | |
| tree | c8e5e9176d650ce18828b9b09c6aa9b07af1d9c0 | |
| parent | 02cbf171f6e36b2d2074f2ec2833fb68b2476272 (diff) | |
qcacld-3.0: Reduce log levels and cleanup
This is a qcacld-2.0 to qcacld-3.0 propagation.
Reduce log levels and cleanup.
Change-Id: I05f88b7a49c4fc9c531dfe1574f38da2b416c827
CRs-Fixed: 1047807
| -rw-r--r-- | core/hdd/src/wlan_hdd_main.c | 2 | ||||
| -rw-r--r-- | core/sme/src/csr/csr_api_roam.c | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index 2ee4e27da71a..be6cef30c817 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -8603,7 +8603,7 @@ void hdd_stop_bus_bw_compute_timer(hdd_adapter_t *adapter) if (QDF_TIMER_STATE_RUNNING != qdf_mc_timer_get_current_state(&hdd_ctx->bus_bw_timer)) { /* trying to stop timer, when not running is not good */ - hdd_err("bus band width compute timer is not running"); + hdd_info("bus band width compute timer is not running"); return; } diff --git a/core/sme/src/csr/csr_api_roam.c b/core/sme/src/csr/csr_api_roam.c index 896fa91b593d..2fd7fc8f2775 100644 --- a/core/sme/src/csr/csr_api_roam.c +++ b/core/sme/src/csr/csr_api_roam.c @@ -10453,14 +10453,11 @@ csr_roam_chk_lnk_disassoc_ind(tpAniSirGlobal mac_ctx, tSirSmeRsp *msg_ptr) } sms_log(mac_ctx, LOGE, - FL("DISASSOCIATION Indication from MAC for session %d "), - sessionId); - sms_log(mac_ctx, LOGE, FL("DISASSOCIATION from peer =" MAC_ADDRESS_STR - " " " reason = %d status = %d "), + " " " reason: %d status: %d session: %d"), MAC_ADDR_ARRAY(pDisassocInd->peer_macaddr.bytes), pDisassocInd->reasonCode, - pDisassocInd->statusCode); + pDisassocInd->statusCode, sessionId); /* * If we are in neighbor preauth done state then on receiving * disassoc or deauth we dont roam instead we just disassoc |
