浏览代码

qcacld-3.0: Do not send reassoc failure in case of no hw_mode change

In roaming scenario when there is no hw_mode change is required, roam
failure is sent to CSR which is causing move VDEV from INIT state to
EV_DOWN. In this case, wma_target_req buffer expected instead of
scheduler_msg. As the wrong buffer is passed, it is causing a
system instability.

Fix is not to send reassoc failure for LFR2 when there is
no change in hw_mode required and go ahead with connect.

Change-Id: I7cc7b0ee1407e04c47177838fc069db5b90353d7
CRs-Fixed: 2451178
Nirav Shah 5 年之前
父节点
当前提交
4e6451fe9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/sme/src/csr/csr_api_roam.c

+ 1 - 1
core/sme/src/csr/csr_api_roam.c

@@ -9617,7 +9617,7 @@ void csr_handle_disassoc_ho(struct mac_context *mac, uint32_t session_id)
 		qdf_mem_free(scan_filter);
 		qdf_mem_free(roam_info);
 		return;
-	} else if (status != QDF_STATUS_E_NOSUPPORT)
+	} else if (status == QDF_STATUS_E_FAILURE)
 		goto POST_ROAM_FAILURE;
 
 	status = csr_roam_lfr2_issue_connect(mac, session_id,