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

Change-Id: I8fe2c7b5f4c73bf498ec6d274c688e6cafbce071
WMI: add PDEV_PARAM_CTS_TIMEOUT and PDEV_PARAM_SLOT_TIME defs
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-06-11 06:01:18 -07:00
parent 47ed1a51a8
commit 2908765223
2 ha cambiato i file con 11 aggiunte e 1 eliminazioni

Vedi File

@@ -9192,6 +9192,16 @@ typedef enum {
* 1 - Force PCIE Gen Speed and Lane Width to maximum supported value.
*/
WMI_PDEV_PARAM_PCIE_CONFIG,
/** CTS timeout - change wireless packet cts timeout configuration,
* units are microseconds
*/
WMI_PDEV_PARAM_CTS_TIMEOUT,
/** Slot time - change wireless packet slot time value dynamically,
* units are microseconds
*/
WMI_PDEV_PARAM_SLOT_TIME,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)