Loading fw/wmi_unified.h +1 −0 Original line number Diff line number Diff line Loading @@ -33982,6 +33982,7 @@ typedef struct { A_UINT32 dialog_id; /* TWT dialog ID */ A_UINT32 suspend_duration_ms; /* this long time after TWT paused the 1st SP will start (millisecond) */ A_UINT32 next_twt_size; /* Next TWT subfield Size, refer to IEEE 802.11ax section "9.4.1.60 TWT Information field" */ A_UINT32 sp_start_offset; /* Next TWT service period will be offset by this time (microsecond) */ } wmi_twt_nudge_dialog_cmd_fixed_param; /* status code of nudging TWT dialog */ 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_ 1191 #define __WMI_REVISION_ 1192 /** 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 +1 −0 Original line number Diff line number Diff line Loading @@ -33982,6 +33982,7 @@ typedef struct { A_UINT32 dialog_id; /* TWT dialog ID */ A_UINT32 suspend_duration_ms; /* this long time after TWT paused the 1st SP will start (millisecond) */ A_UINT32 next_twt_size; /* Next TWT subfield Size, refer to IEEE 802.11ax section "9.4.1.60 TWT Information field" */ A_UINT32 sp_start_offset; /* Next TWT service period will be offset by this time (microsecond) */ } wmi_twt_nudge_dialog_cmd_fixed_param; /* status code of nudging TWT dialog */
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_ 1191 #define __WMI_REVISION_ 1192 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading