Loading fw/wmi_unified.h +9 −2 Original line number Diff line number Diff line Loading @@ -9528,6 +9528,13 @@ typedef struct { * 0 - no more events after this event. */ A_UINT32 more; /** status: * The status field's value shows whether the WMI_REQUEST_CTRL_PATH_STATS * request was completed successfully, * 0 - status is success * 1 - status is failure */ A_UINT32 status; /** This TLV is (optionally) followed by TLV arrays containing * different types of stats: * 1. wmi_ctrl_path_pdev_stats_struct ctrl_path_pdev_stats[]; fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 930 #define __WMI_REVISION_ 931 /** 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 +9 −2 Original line number Diff line number Diff line Loading @@ -9528,6 +9528,13 @@ typedef struct { * 0 - no more events after this event. */ A_UINT32 more; /** status: * The status field's value shows whether the WMI_REQUEST_CTRL_PATH_STATS * request was completed successfully, * 0 - status is success * 1 - status is failure */ A_UINT32 status; /** This TLV is (optionally) followed by TLV arrays containing * different types of stats: * 1. wmi_ctrl_path_pdev_stats_struct ctrl_path_pdev_stats[];
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 930 #define __WMI_REVISION_ 931 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading