qcacld-2.0 to qcacld-3.0 propagation Misleading error logs are removed as part of this fix CRs-Fixed: 929840 Change-Id: Ifdc10b79359863a4f3c2009403ee5f6c7ab18110
@@ -18051,8 +18051,6 @@ bool csr_roam_is_sta_mode(tpAniSirGlobal pMac, uint32_t sessionId)
if (pSession->pCurRoamProfile->csrPersona == CDF_STA_MODE) {
return true;
} else {
- sms_log(pMac, LOGE, FL(" %s: pCurRoamProfile is NULL\n"),
- __func__);
return false;
}