qcacmn: Send the vdev chain params to fw

Send the vdev nss, chain params to fw.

Change-Id: Ie62ea5001c579545b43b4c30ab15d9023e636042
CRs-Fixed: 2347628
This commit is contained in:
Ashish Kumar Dhanotiya
2018-11-08 21:35:46 +05:30
committed by nshrivas
parent df157bd26a
commit c4fd271d20
5 changed files with 92 additions and 0 deletions

View File

@@ -92,6 +92,22 @@ QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
QDF_STATUS
wmi_unified_vdev_nss_chain_params_send(void *wmi_hdl,
uint8_t vdev_id,
struct wlan_mlme_nss_chains *user_cfg)
{
wmi_unified_t wmi_handle = (wmi_unified_t)wmi_hdl;
if (wmi_handle->ops->send_vdev_nss_chain_params_cmd)
return wmi_handle->ops->send_vdev_nss_chain_params_cmd(
wmi_handle,
vdev_id,
user_cfg);
return QDF_STATUS_E_FAILURE;
}
/**
* wmi_unified_vdev_stop_send() - send vdev stop command to fw
* @wmi: wmi handle