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

Commit c3250266 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I5ca447686210ccf176d8355cfb42ce89dda2e627
CRs-Fixed: 3830439
parent 03c3a9b6
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -34322,6 +34322,33 @@ typedef enum {
     *  ==============================================================
     */
    BIOS_PARAM_TYPE_COUNTRY_CTL_MCS_DATA,
    /*
     *  BIOS_PARAM_TYPE_COUNTRY_CTL_MCS_DATA structure contains
     *    - fix length parameter:
     *       version, entryNum
     *    - variable length array - countryCtlMcsData[entryNum]
     *
     *  A_UINT8 version;
     *  A_UINT8 entryNum; // 0~15
     *  countryCtlMcsData countryCtlMcsData[entryNum]; // variable array,
     *                                                 // 12 bytes * entryNum
     *  ====================struct countryCtlMcsData ======================
     * A_UINT16 countryCode;
     * A_UINT8  frequencyBand;
     * A_UINT8  powerMode;
     * A_UINT8  ocbIndex;
     * A_UINT8  mcs;
     * A_UINT8  bf;
     * A_UINT8  nss;
     * A_UINT8  txChainNum;
     * A_UINT8  compareCtl;
     * A_UINT8  powerLimit; // per chain, 1/4 db
     * A_UINT8  reserved;
     *  ==============================================================
     */
    BIOS_PARAM_TYPE_MAX,
} bios_param_type_e;
+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_ 1535
#define __WMI_REVISION_ 1536

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