Loading fw/wmi_services.h +1 −0 Original line number Diff line number Diff line Loading @@ -589,6 +589,7 @@ typedef enum { WMI_SERVICE_AFC_PAYLOAD_CLEAR_SUPPORT = 336, /* FW supports clearing the AFC response payload in proxy mode */ WMI_SERVICE_FW_INI_PARSE_SUPPORT = 337, /* FW supports parsing ini configuration file */ WMI_SERVICE_TDLS_6GHZ_SUPPORT = 338, /* FW supports 6GHz TDLS both on base channel and offchannel */ WMI_SERVICE_LINKSPEED_ROAM_TRIGGER_SUPPORT = 339, /* FW supports linkspeed trigger roam */ WMI_MAX_EXT2_SERVICE Loading fw/wmi_unified.h +5 −0 Original line number Diff line number Diff line Loading @@ -34425,6 +34425,11 @@ typedef enum { * Bit : 2-31 - reserved */ WMI_ROAM_PARAM_ROAM_EVENTS_CONFIG = 0x1, /* * Bit : 0 if unset, POOR_LINKSPEED * Bit : 0 if set, GOOD_LINKSPEED */ WMI_ROAM_PARAM_LINKSPEED_STATE = 0x2, /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/ } WMI_ROAM_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_ 1157 #define __WMI_REVISION_ 1158 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_services.h +1 −0 Original line number Diff line number Diff line Loading @@ -589,6 +589,7 @@ typedef enum { WMI_SERVICE_AFC_PAYLOAD_CLEAR_SUPPORT = 336, /* FW supports clearing the AFC response payload in proxy mode */ WMI_SERVICE_FW_INI_PARSE_SUPPORT = 337, /* FW supports parsing ini configuration file */ WMI_SERVICE_TDLS_6GHZ_SUPPORT = 338, /* FW supports 6GHz TDLS both on base channel and offchannel */ WMI_SERVICE_LINKSPEED_ROAM_TRIGGER_SUPPORT = 339, /* FW supports linkspeed trigger roam */ WMI_MAX_EXT2_SERVICE Loading
fw/wmi_unified.h +5 −0 Original line number Diff line number Diff line Loading @@ -34425,6 +34425,11 @@ typedef enum { * Bit : 2-31 - reserved */ WMI_ROAM_PARAM_ROAM_EVENTS_CONFIG = 0x1, /* * Bit : 0 if unset, POOR_LINKSPEED * Bit : 0 if set, GOOD_LINKSPEED */ WMI_ROAM_PARAM_LINKSPEED_STATE = 0x2, /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/ } WMI_ROAM_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_ 1157 #define __WMI_REVISION_ 1158 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading