Loading fw/wmi_unified.h +7 −6 Original line number Diff line number Diff line Loading @@ -41210,12 +41210,13 @@ typedef struct { } wmi_big_data_dp_stats_tlv_param; typedef enum { WMI_6GHZ_REG_LPI = 0, WMI_6GHZ_REG_VLP = 1, WMI_6GHZ_REG_SP = 2, WMI_6GHZ_REG_SP_STA = 3, WMI_6GHZ_REG_MAX = 5, /* Can't expand, b/c used as array length below */ } WMI_6GHZ_REG_TYPE; WMI_6GHZ_REG_PWRMODE_LPI = 0, WMI_6GHZ_REG_PWRMODE_SP = 1, WMI_6GHZ_REG_PWRMODE_VLP = 2, WMI_6GHZ_REG_PWRMODE_SP_STA = 3, WMI_6GHZ_REG_PWRMODE_MAX = 5 } WMI_6GHZ_REG_PWRMODE_TYPE; typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_set_tpc_power_fixed_param */ 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_ 1455 #define __WMI_REVISION_ 1456 /** 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 +7 −6 Original line number Diff line number Diff line Loading @@ -41210,12 +41210,13 @@ typedef struct { } wmi_big_data_dp_stats_tlv_param; typedef enum { WMI_6GHZ_REG_LPI = 0, WMI_6GHZ_REG_VLP = 1, WMI_6GHZ_REG_SP = 2, WMI_6GHZ_REG_SP_STA = 3, WMI_6GHZ_REG_MAX = 5, /* Can't expand, b/c used as array length below */ } WMI_6GHZ_REG_TYPE; WMI_6GHZ_REG_PWRMODE_LPI = 0, WMI_6GHZ_REG_PWRMODE_SP = 1, WMI_6GHZ_REG_PWRMODE_VLP = 2, WMI_6GHZ_REG_PWRMODE_SP_STA = 3, WMI_6GHZ_REG_PWRMODE_MAX = 5 } WMI_6GHZ_REG_PWRMODE_TYPE; typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_set_tpc_power_fixed_param */
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_ 1455 #define __WMI_REVISION_ 1456 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading