summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishank Aggarwal <naggar@codeaurora.org>2017-03-24 20:23:29 +0530
committerNishank Aggarwal <naggar@codeaurora.org>2017-03-25 16:08:22 +0530
commit078b4cc2a25dd35376c81f2c37d75ae4be048fea (patch)
treeec55d279d0c2a5900631cadea8ab634fa621086f
parent78bedfb089cf7891751387eafadead925cf5bb53 (diff)
qcacld-3.0: Replace lim_log() with pe_* log levels in lim_sta_hash_api.c
Replace lim_log() with pe_* appropriate log levels in lim_sta_hash_api.c Change-Id: I6868cd1d5c70d05477e48727267ad1f36df8f54a CRs-Fixed: 1093093
-rw-r--r--core/mac/src/pe/lim/lim_sta_hash_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mac/src/pe/lim/lim_sta_hash_api.c b/core/mac/src/pe/lim/lim_sta_hash_api.c
index c6d2fb72c15e..9a192a892c04 100644
--- a/core/mac/src/pe/lim/lim_sta_hash_api.c
+++ b/core/mac/src/pe/lim/lim_sta_hash_api.c
@@ -67,7 +67,7 @@ tSirRetStatus lim_get_sta_hash_bssidx(tpAniSirGlobal pMac, uint16_t assocId,
dph_get_hash_entry(pMac, assocId, &psessionEntry->dph.dphHashTable);
if (pSta == NULL) {
- lim_log(pMac, LOGE, FL("invalid STA %d"), assocId);
+ pe_err("invalid STA: %d", assocId);
return eSIR_LIM_INVALID_STA;
}