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

Change-Id: Ia942b544736d20038027745e6b55d0eed41555ce
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-04-22 00:08:37 -07:00
committed by Ravindra Konda
parent 3171c45682
commit f510082f0e
3 changed files with 4 additions and 1 deletions

View File

@@ -9617,6 +9617,8 @@ typedef enum {
* E.g. a value of 4 will result in a 1.0 dB tx power reduction.
*/
WMI_PDEV_PARAM_PWR_REDUCTION_IN_QUARTER_DB,
WMI_PDEV_PARAM_ENABLE_CHIPSET_LOGGING,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)