浏览代码

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
Nishank Aggarwal 8 年之前
父节点
当前提交
c2be3d120c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/mac/src/pe/lim/lim_sta_hash_api.c

+ 1 - 1
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;
 	}