Loading fw/wmi_unified.h +10 −0 Original line number Diff line number Diff line Loading @@ -7728,6 +7728,9 @@ typedef enum { */ WMI_PDEV_PARAM_CTRL_FRAME_OBSS_PD_THRESHOLD, /* Param to configure the access category for the TWT queue */ WMI_PDEV_PARAM_TWT_AC_CONFIG, } WMI_PDEV_PARAM; Loading Loading @@ -31031,6 +31034,13 @@ typedef struct { */ A_UINT32 sp_start_tsf_lo; /* bits 31:0 */ A_UINT32 sp_start_tsf_hi; /* bits 63:32 */ /* * In announced mode, wait for announce timeout before explicit announce * using QoS NULL. * If set to 0, FW will send QoS NULL immediately. */ A_UINT32 announce_timeout_us; } wmi_twt_add_dialog_cmd_fixed_param; /* status code of adding TWT dialog */ 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_ 1056 #define __WMI_REVISION_ 1057 /** 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 +10 −0 Original line number Diff line number Diff line Loading @@ -7728,6 +7728,9 @@ typedef enum { */ WMI_PDEV_PARAM_CTRL_FRAME_OBSS_PD_THRESHOLD, /* Param to configure the access category for the TWT queue */ WMI_PDEV_PARAM_TWT_AC_CONFIG, } WMI_PDEV_PARAM; Loading Loading @@ -31031,6 +31034,13 @@ typedef struct { */ A_UINT32 sp_start_tsf_lo; /* bits 31:0 */ A_UINT32 sp_start_tsf_hi; /* bits 63:32 */ /* * In announced mode, wait for announce timeout before explicit announce * using QoS NULL. * If set to 0, FW will send QoS NULL immediately. */ A_UINT32 announce_timeout_us; } wmi_twt_add_dialog_cmd_fixed_param; /* status code of adding TWT dialog */
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_ 1056 #define __WMI_REVISION_ 1057 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading