qcacmn: Fill vdev nss chain params structure

Fill the nss chain params structure, with the dynamic params
and send to FW.

Change-Id: I6d9589b1af33a3bf2d4895424c22ca0c24b4b9a8
CRs-Fixed: 2349795
This commit is contained in:
gaurank kathpalia
2018-11-14 13:54:05 +05:30
committed by nshrivas
parent 023b42fe8a
commit 2f281219e3
3 changed files with 38 additions and 3 deletions

View File

@@ -471,7 +471,7 @@ QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
*/
QDF_STATUS wmi_unified_vdev_nss_chain_params_send(void *wmi_hdl,
uint8_t vdev_id,
struct wlan_mlme_nss_chains *nss_chains_user_cfg);
struct vdev_nss_chains *nss_chains_user_cfg);
QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl,
uint8_t vdev_id);