Loading fw/wmi_unified.h +11 −0 Original line number Original line Diff line number Diff line Loading @@ -36114,6 +36114,17 @@ typedef enum { */ */ WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7, WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7, /* * Roam param to provide additional RSSI Boost for 6 GHz Candidate AP * during Roam Scan in case any 6 GHz candidate has better Roam score * but fails RSSI Delta Check. * This configurable RSSI Boost value for 6GHz Candidate AP will be * configured via ini RoamRssiDiff6GHz * This configured RSSI boost value will only be applicable for 6GHz * Candidate AP when the STA is connected to 2.4/5 GHz Band AP and will * not impact if STA is connected to 6GHz Band AP */ WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8, /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/ /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/ } WMI_ROAM_PARAM; } WMI_ROAM_PARAM; fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1238 #define __WMI_REVISION_ 1239 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +11 −0 Original line number Original line Diff line number Diff line Loading @@ -36114,6 +36114,17 @@ typedef enum { */ */ WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7, WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7, /* * Roam param to provide additional RSSI Boost for 6 GHz Candidate AP * during Roam Scan in case any 6 GHz candidate has better Roam score * but fails RSSI Delta Check. * This configurable RSSI Boost value for 6GHz Candidate AP will be * configured via ini RoamRssiDiff6GHz * This configured RSSI boost value will only be applicable for 6GHz * Candidate AP when the STA is connected to 2.4/5 GHz Band AP and will * not impact if STA is connected to 6GHz Band AP */ WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8, /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/ /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/ } WMI_ROAM_PARAM; } WMI_ROAM_PARAM;
fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1238 #define __WMI_REVISION_ 1239 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading