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

Commit 8492cc44 authored by spuligil's avatar spuligil
Browse files

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

Add WMI_VDEV_PARAM_SHO_CONFIG def

Change-Id: I2a62e20221455a0100ddb8114b1246f55c6c7bce
CRs-Fixed: 2262693
parent 34125e5e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -11536,6 +11536,13 @@ typedef enum {
     */
    WMI_VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES,  /* 0xA3 */
    /* vdev param to enable the SAP HW offload
     *  Bit : 0     - enable/disable SHO
     *  Bit : 1     - enable for Sta connected state as well.
     *  Bit : 2-31  - reserved
     */
    WMI_VDEV_PARAM_SHO_CONFIG,          /* 0xA4  */
    /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
     * The below vdev param types are used for prototyping, and are
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,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_ 899
#define __WMI_REVISION_ 900

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