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
This commit is contained in:
Abhishek Ambure
2019-05-16 17:13:51 +05:30
committed by nshrivas
parent 2ec3781464
commit 409a3b2c53
2 changed files with 0 additions and 7 deletions

View File

@@ -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;
}