qcacld-3.0: clean up of ERROR logs
qcacld-2.0 to qcacld-3.0 propagation Misleading error logs are removed as part of this fix CRs-Fixed: 929840 Change-Id: Ifdc10b79359863a4f3c2009403ee5f6c7ab18110
This commit is contained in:

committed by
Satish Singh

parent
9a863a4519
commit
572fe59f7e
@@ -18051,8 +18051,6 @@ bool csr_roam_is_sta_mode(tpAniSirGlobal pMac, uint32_t sessionId)
|
|||||||
if (pSession->pCurRoamProfile->csrPersona == CDF_STA_MODE) {
|
if (pSession->pCurRoamProfile->csrPersona == CDF_STA_MODE) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
sms_log(pMac, LOGE, FL(" %s: pCurRoamProfile is NULL\n"),
|
|
||||||
__func__);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user