Loading fw/wmi_unified.h +5 −5 Original line number Diff line number Diff line Loading @@ -9331,7 +9331,7 @@ typedef enum { * To summarize: * bit 19 | bit 18 | rate cap applied * -------+--------+------------------ * 0 | 0 | cap rates for both UL and DL * 0 | 0 | cap rates only for DL * 0 | 1 | cap rates only for DL * 1 | 0 | cap rates only for UL * 1 | 1 | cap rates for both UL and DL Loading Loading @@ -41210,10 +41210,10 @@ typedef struct { } wmi_big_data_dp_stats_tlv_param; typedef enum { 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_LPI = 0, /* LPI mode for AP and client products */ WMI_6GHZ_REG_PWRMODE_SP = 1, /* SP mode for AP and client products */ WMI_6GHZ_REG_PWRMODE_VLP = 2, /* VLP mode for AP and client products */ WMI_6GHZ_REG_PWRMODE_SP_STA = 3, /* SP client mode for AP products */ WMI_6GHZ_REG_PWRMODE_MAX = 5 } WMI_6GHZ_REG_PWRMODE_TYPE; 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_ 1456 #define __WMI_REVISION_ 1457 /** 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 +5 −5 Original line number Diff line number Diff line Loading @@ -9331,7 +9331,7 @@ typedef enum { * To summarize: * bit 19 | bit 18 | rate cap applied * -------+--------+------------------ * 0 | 0 | cap rates for both UL and DL * 0 | 0 | cap rates only for DL * 0 | 1 | cap rates only for DL * 1 | 0 | cap rates only for UL * 1 | 1 | cap rates for both UL and DL Loading Loading @@ -41210,10 +41210,10 @@ typedef struct { } wmi_big_data_dp_stats_tlv_param; typedef enum { 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_LPI = 0, /* LPI mode for AP and client products */ WMI_6GHZ_REG_PWRMODE_SP = 1, /* SP mode for AP and client products */ WMI_6GHZ_REG_PWRMODE_VLP = 2, /* VLP mode for AP and client products */ WMI_6GHZ_REG_PWRMODE_SP_STA = 3, /* SP client mode for AP products */ WMI_6GHZ_REG_PWRMODE_MAX = 5 } WMI_6GHZ_REG_PWRMODE_TYPE;
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_ 1456 #define __WMI_REVISION_ 1457 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading