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 674d06dd08
commit 07e79f5860
5 changed files with 40 additions and 5 deletions

View File

@@ -95,7 +95,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 *user_cfg)
struct vdev_nss_chains *user_cfg)
{
wmi_unified_t wmi_handle = (wmi_unified_t)wmi_hdl;