Loading fw/wmi_unified.h +4 −0 Original line number Diff line number Diff line Loading @@ -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 { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fw/wmi_unified.h +4 −0 Original line number Diff line number Diff line Loading @@ -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 {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading