qcacmn: Set target if vdev start resp handler as public

Set target if vdev start resp handle as public to be registered
when wma open.
Remove wma_remove_vdev_req in ocb, don't use wma vdev cmd queue
and timer.

Change-Id: I2cd48ddd700ed1cde34231c22c02e0e54d4df5e3
CRs-Fixed: 2516536
This commit is contained in:
Jianmin Zhu
2019-08-22 17:13:48 +08:00
committed by nshrivas
parent 33087cb402
commit eb1cc95361
3 changed files with 16 additions and 6 deletions

View File

@@ -409,8 +409,6 @@ static QDF_STATUS fake_vdev_start_cmd_tlv(wmi_unified_t wmi_handle,
req->preferred_tx_streams, req->preferred_rx_streams,
(int)req->ldpc_rx_enabled, req->cac_duration_ms,
req->regdomain, req->he_ops);
wma_remove_vdev_req(wma, req->vdev_id,
WMA_TARGET_REQ_TYPE_VDEV_START);
ucfg_ocb_config_channel(wma->pdev);
return QDF_STATUS_SUCCESS;
}