Răsfoiți Sursa

fw-api: CL 17257656 - update fw common interface files

Change-Id: Iecc0926f6acf72b72a0795be02ee3c6cbbe24df5
WMI: add WMI_PDEV_PARAM_SA_PARALLEL_MODE_GPIO_DRIVE_CFG def
CRs-Fixed: 2262693
spuligil 3 ani în urmă
părinte
comite
14bd0d0341
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      fw/wmi_unified.h

+ 6 - 0
fw/wmi_unified.h

@@ -8131,6 +8131,12 @@ typedef enum {
     /* Param to enable/disable updating scrambler seed feature */
     WMI_PDEV_PARAM_EN_UPDATE_SCRAM_SEED,
 
+    /*
+     * Param to set the GPIO Drive Configuration value for
+     * Smart Antenna Parallel Mode
+     */
+    WMI_PDEV_PARAM_SA_PARALLEL_MODE_GPIO_DRIVE_CFG,
+
 } WMI_PDEV_PARAM;
 
 #define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)