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
This commit is contained in:
spuligil
2022-02-17 06:01:02 -08:00
committed by Madan Koyyalamudi
orang tua 7abfbb2697
melakukan 14bd0d0341

Melihat File

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