Loading fw/wmi_unified.h +16 −0 Original line number Diff line number Diff line Loading @@ -40351,6 +40351,22 @@ typedef enum { */ WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8, /* * Roam param to indicate unsupported Power Type for 6 GHz Candidate AP * found during Roam Scan. If AP operates on the power type disabled by * the host, then that candidate should not be selected. * This unsupported Power Type will be configured based * on disabled 6GHz Power Types in Regdomain * * If below bits in the obtianed Bitmap is set then any AP * broadcasting these Power Types should not be selected * BIT 0 - Indoor Access Point * BIT 1 - Standard Power (SP) Access Point * BIT 2 - Very Low Power (VLP) Access Point * BIT 3-7 - Reserved */ WMI_ROAM_PARAM_ROAM_UNSUPPORTED_6GHZ_POWERTYPE = 9, /*=== 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_ 1390 #define __WMI_REVISION_ 1391 /** 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 +16 −0 Original line number Diff line number Diff line Loading @@ -40351,6 +40351,22 @@ typedef enum { */ WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8, /* * Roam param to indicate unsupported Power Type for 6 GHz Candidate AP * found during Roam Scan. If AP operates on the power type disabled by * the host, then that candidate should not be selected. * This unsupported Power Type will be configured based * on disabled 6GHz Power Types in Regdomain * * If below bits in the obtianed Bitmap is set then any AP * broadcasting these Power Types should not be selected * BIT 0 - Indoor Access Point * BIT 1 - Standard Power (SP) Access Point * BIT 2 - Very Low Power (VLP) Access Point * BIT 3-7 - Reserved */ WMI_ROAM_PARAM_ROAM_UNSUPPORTED_6GHZ_POWERTYPE = 9, /*=== 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_ 1390 #define __WMI_REVISION_ 1391 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading