1
0

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
Este cometimento está contido em:
gaurank kathpalia
2018-11-14 13:54:05 +05:30
cometido por nshrivas
ascendente 1b8ac160ec
cometimento 917b2ac309
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

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

Ver ficheiro

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