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

Commit 29087652 authored by spuligil's avatar spuligil
Browse files

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
parent 47ed1a51
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 1344
#define __WMI_REVISION_ 1345

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work