|
@@ -322,6 +322,8 @@ static const uint32_t pdev_param_tlv[] = {
|
|
|
WMI_PDEV_PARAM_SET_CMD_OBSS_PD_PER_AC,
|
|
|
[wmi_pdev_param_set_cong_ctrl_max_msdus] =
|
|
|
WMI_PDEV_PARAM_SET_CONG_CTRL_MAX_MSDUS,
|
|
|
+ [wmi_pdev_param_enable_fw_dynamic_he_edca] =
|
|
|
+ WMI_PDEV_PARAM_ENABLE_FW_DYNAMIC_HE_EDCA,
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -2337,6 +2339,7 @@ static QDF_STATUS send_beacon_tmpl_send_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
cmd->csa_switch_count_offset = param->csa_switch_count_offset;
|
|
|
cmd->ext_csa_switch_count_offset = param->ext_csa_switch_count_offset;
|
|
|
cmd->esp_ie_offset = param->esp_ie_offset;
|
|
|
+ cmd->mu_edca_ie_offset = param->mu_edca_ie_offset;
|
|
|
cmd->buf_len = param->tmpl_len;
|
|
|
buf_ptr += sizeof(wmi_bcn_tmpl_cmd_fixed_param);
|
|
|
|