qcacmn: Add support for Mesh mode WMI

Add support for Mesh mode configuration WMI.

Change-Id: I5954f44168cde7b2acb58a04b6b009ddbad1d90d
CRs-fixed: 2849073
This commit is contained in:
Rhythm Patwa
2020-12-21 15:51:21 -08:00
committed by snandini
parent b9d73b5beb
commit 1ef2be6f05
2 changed files with 2 additions and 0 deletions

View File

@@ -4703,6 +4703,7 @@ typedef enum {
wmi_pdev_param_sr_trigger_margin,
wmi_pdev_param_pream_punct_bw,
wmi_pdev_param_enable_mbssid_ctrl_frame,
wmi_pdev_param_set_mesh_params,
wmi_pdev_param_max,
} wmi_conv_pdev_params_id;

View File

@@ -343,6 +343,7 @@ static const uint32_t pdev_param_tlv[] = {
[wmi_pdev_param_sr_trigger_margin] = WMI_PDEV_PARAM_SR_TRIGGER_MARGIN,
[wmi_pdev_param_pream_punct_bw] = WMI_PDEV_PARAM_SET_PREAM_PUNCT_BW,
[wmi_pdev_param_enable_mbssid_ctrl_frame] = WMI_PDEV_PARAM_ENABLE_MBSSID_CTRL_FRAME,
[wmi_pdev_param_set_mesh_params] = WMI_PDEV_PARAM_SET_MESH_PARAMS,
};
/**