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

Commit 91137dfa authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I2d2f51b9378b3758cc1549e88fe139bc07cc1bb4
WMI: add LINK_SWITCH_IN_PROGRESS,UNSUPPORTED_MODE_MLMR ADD_TWT status codes
CRs-Fixed: 2262693
parent 57122144
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38459,6 +38459,8 @@ typedef enum _WMI_ADD_TWT_STATUS_T {
    WMI_ADD_TWT_STATUS_DIALOG_ID_BUSY,      /* FW is in the process of handling this dialog */
    WMI_ADD_TWT_STATUS_BTWT_NOT_ENBABLED,   /* Broadcast TWT is not enabled */
    WMI_ADD_TWT_STATUS_RTWT_NOT_ENBABLED,   /* Restricted TWT is not enabled */
    WMI_ADD_TWT_STATUS_LINK_SWITCH_IN_PROGRESS, /* Link switch is ongoing */
    WMI_ADD_TWT_STATUS_UNSUPPORTED_MODE_MLMR,   /* Unsupported in MLMR mode */
} WMI_ADD_TWT_STATUS_T;
typedef struct {
+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_ 1373
#define __WMI_REVISION_ 1374

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