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

@@ -273,7 +273,7 @@ QDF_STATUS (*send_vdev_delete_cmd)(wmi_unified_t wmi_handle,
QDF_STATUS (*send_vdev_nss_chain_params_cmd)(wmi_unified_t wmi_handle,
uint8_t vdev_id,
struct wlan_mlme_nss_chains *user_cfg);
struct vdev_nss_chains *user_cfg);
QDF_STATUS (*send_vdev_stop_cmd)(wmi_unified_t wmi,
uint8_t vdev_id);