Browse Source

qcacmn: Cleanup VDEV_SM legacy code

Legacy code for VDEV_SM is no more used, hence this clean up is done.

Change-Id: Ie5afeab68bafce6ed1bdaaa8cb778a94f3a2bbf8
CRs-Fixed: 2454113
Abhishek Ambure 5 years ago
parent
commit
409a3b2c53
2 changed files with 0 additions and 7 deletions
  1. 0 3
      wmi/inc/wmi_unified_param.h
  2. 0 4
      wmi/src/wmi_unified_ocb_ut.c

+ 0 - 3
wmi/inc/wmi_unified_param.h

@@ -872,9 +872,6 @@ struct hidden_ssid_vdev_restart_params {
 	uint32_t info;
 	uint32_t reg_info_1;
 	uint32_t reg_info_2;
-#ifndef CONFIG_VDEV_SM
-	qdf_atomic_t hidden_ssid_restart_in_progress;
-#endif
 };
 
 #ifdef WLAN_CFR_ENABLE

+ 0 - 4
wmi/src/wmi_unified_ocb_ut.c

@@ -411,10 +411,6 @@ static QDF_STATUS fake_vdev_start_cmd_tlv(wmi_unified_t wmi_handle,
 		req->regdomain, req->he_ops);
 	wma_remove_vdev_req(wma, req->vdev_id,
 			    WMA_TARGET_REQ_TYPE_VDEV_START);
-#ifndef CONFIG_VDEV_SM
-	wma_vdev_set_mlme_state(wma, req->vdev_id,
-			WLAN_VDEV_S_RUN);
-#endif
 	ucfg_ocb_config_channel(wma->pdev);
 	return QDF_STATUS_SUCCESS;
 }