Loading fw/wmi_unified.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -13340,6 +13340,8 @@ typedef enum wake_reason_e { WOW_REASON_WLAN_BL, /* baselining done */ WOW_REASON_WLAN_BL, /* baselining done */ WOW_REASON_NTH_BCN_OFLD, /* nth beacon forward to host */ WOW_REASON_NTH_BCN_OFLD, /* nth beacon forward to host */ /* add new WOW_REASON_ defs before this line */ WOW_REASON_MAX, WOW_REASON_DEBUG_TEST = 0xFF, WOW_REASON_DEBUG_TEST = 0xFF, } WOW_WAKE_REASON_TYPE; } WOW_WAKE_REASON_TYPE; fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 661 #define __WMI_REVISION_ 662 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -13340,6 +13340,8 @@ typedef enum wake_reason_e { WOW_REASON_WLAN_BL, /* baselining done */ WOW_REASON_WLAN_BL, /* baselining done */ WOW_REASON_NTH_BCN_OFLD, /* nth beacon forward to host */ WOW_REASON_NTH_BCN_OFLD, /* nth beacon forward to host */ /* add new WOW_REASON_ defs before this line */ WOW_REASON_MAX, WOW_REASON_DEBUG_TEST = 0xFF, WOW_REASON_DEBUG_TEST = 0xFF, } WOW_WAKE_REASON_TYPE; } WOW_WAKE_REASON_TYPE;
fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 661 #define __WMI_REVISION_ 662 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading