Parcourir la source

qcacmn: Add Host abstraction for WMI pdev param SR_TRIGGER_MARGIN

Pdev parameter WMI_PDEV_PARAM_SR_TRIGGER_MARGIN is added to configure
the safety margin which will be used in calculating the acceptable
interference level for PSR based Spatial Reuse operation.
Add the host abstraction for the same parameter.

CRs-Fixed: 2729664
Change-Id: Iae542d4f7de23520ee00719e721d81e32737a191
Shiva Krishna Pittala il y a 5 ans
Parent
commit
b6a6d5e2c4
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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

@@ -4838,6 +4838,7 @@ typedef enum {
 	wmi_pdev_param_enable_fw_dynamic_he_edca,
 	wmi_pdev_param_enable_srp,
 	wmi_pdev_param_enable_sr_prohibit,
+	wmi_pdev_param_sr_trigger_margin,
 	wmi_pdev_param_max,
 } wmi_conv_pdev_params_id;
 

+ 1 - 0
wmi/src/wmi_unified_tlv.c

@@ -327,6 +327,7 @@ static const uint32_t pdev_param_tlv[] = {
 			WMI_PDEV_PARAM_ENABLE_FW_DYNAMIC_HE_EDCA,
 	[wmi_pdev_param_enable_srp] = WMI_PDEV_PARAM_ENABLE_SRP,
 	[wmi_pdev_param_enable_sr_prohibit] = WMI_PDEV_PARAM_ENABLE_SR_PROHIBIT,
+	[wmi_pdev_param_sr_trigger_margin] = WMI_PDEV_PARAM_SR_TRIGGER_MARGIN,
 };
 
 /**