qcacld-3.0: Indicate HB failure, HO failure and no scan result as FATAL
In packet logs currently HB failure, HO failure and No scan results are marked as Non Fatal and because of that, these failures are not captured in packet logs. Fix this by making these events as FATAL. Change-Id: I6db2f3cd843b7f84081332f2385fbfb0a2992078 CRs-Fixed: 2061842
This commit is contained in:
@@ -19132,7 +19132,7 @@ void csr_process_ho_fail_ind(tpAniSirGlobal mac_ctx, void *pMsgBuf)
|
||||
csr_roam_disconnect(mac_ctx, sessionId,
|
||||
eCSR_DISCONNECT_REASON_ROAM_HO_FAIL);
|
||||
if (mac_ctx->roam.configParam.enable_fatal_event)
|
||||
cds_flush_logs(WLAN_LOG_TYPE_NON_FATAL,
|
||||
cds_flush_logs(WLAN_LOG_TYPE_FATAL,
|
||||
WLAN_LOG_INDICATOR_HOST_DRIVER,
|
||||
WLAN_LOG_REASON_ROAM_HO_FAILURE,
|
||||
true, false);
|
||||
|
Reference in New Issue
Block a user