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

add WMI_AFC_EXPIRY_EVENT_STOP_TX def

Change-Id: Ief73f7550834de2f60c2565f99d03cd72f4c5bb3
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-04-06 06:01:06 -07:00
parent 251acfea27
commit e250a71836
2 changed files with 5 additions and 1 deletions

View File

@@ -31662,10 +31662,14 @@ typedef enum {
* with expiry event.
* 3. If AFC server is not responding to FW in specified time, FW will
* indicate host to switch to LPI.
* 4. In SP mode, if AFC server is not responding to FW in
* specified time then FW will indicate host to stop TX since
* there are no lower power mode available.
*/
WMI_AFC_EXPIRY_EVENT_START = 1,
WMI_AFC_EXPIRY_EVENT_RENEW = 2,
WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LPI = 3,
WMI_AFC_EXPIRY_EVENT_STOP_TX = 4,
} WMI_AFC_EXPIRY_EVENT_SUBTYPE;
typedef enum {

View File

@@ -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_ 1138
#define __WMI_REVISION_ 1139
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work