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

Commit fe3898f3 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I0bde23a994c9381ea2bf840e067ee8c781720fdc
WMI: add EHT_SUPP_MCS_ enum constant defs
CRs-Fixed: 2262693
parent 34ebfb43
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2573,6 +2573,12 @@ typedef struct _wmi_ppe_threshold {
 * 2 – index for == 160Mhz bw (only 3 bytes are valid and other is reserved)
 * 3 – index for == 320Mhz bw (only 3 bytes are valid and other is reserved)
 */
enum {
    WMI_EHT_SUPP_MCS_20MHZ_ONLY,
    WMI_EHT_SUPP_MCS_LE_80MHZ,
    WMI_EHT_SUPP_MCS_160MHZ,
    WMI_EHT_SUPP_MCS_320MHZ,
};
#define WMI_MAX_EHT_SUPP_MCS_2G_SIZE  2
#define WMI_MAX_EHT_SUPP_MCS_5G_SIZE  4
+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_ 1105
#define __WMI_REVISION_ 1106

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