Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14bd0d03 authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent 7abfbb26
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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)