Quellcode durchsuchen

qcacmn: Add support for Mesh mode WMI

Add support for Mesh mode configuration WMI.

Change-Id: I5954f44168cde7b2acb58a04b6b009ddbad1d90d
CRs-fixed: 2849073
Rhythm Patwa vor 4 Jahren
Ursprung
Commit
1ef2be6f05
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 1 0
      wmi/inc/wmi_unified_param.h
  2. 1 0
      wmi/src/wmi_unified_tlv.c

+ 1 - 0
wmi/inc/wmi_unified_param.h

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

+ 1 - 0
wmi/src/wmi_unified_tlv.c

@@ -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,
 };
 
 /**