Browse Source

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
gaurank kathpalia 6 năm trước cách đây
mục cha
commit
917b2ac309
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      wmi_unified_api.c
  2. 1 1
      wmi_unified_tlv.c

+ 1 - 1
wmi_unified_api.c

@@ -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;
 

+ 1 - 1
wmi_unified_tlv.c

@@ -293,7 +293,7 @@ static QDF_STATUS send_vdev_delete_cmd_tlv(wmi_unified_t wmi_handle,
 static QDF_STATUS
 send_vdev_nss_chain_params_cmd_tlv(wmi_unified_t wmi_handle,
 				   uint8_t vdev_id,
-				   struct wlan_mlme_nss_chains *user_cfg)
+				   struct vdev_nss_chains *user_cfg)
 {
 	wmi_vdev_chainmask_config_cmd_fixed_param *cmd;
 	wmi_buf_t buf;