소스 검색

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