Explorar el Código

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 hace 8 años
padre
commit
c2be3d120c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 	}