ソースを参照

fw-api: CL 9373466 - update fw common interface files

Change-Id: I84585c77a6e08e69be8078f8dd88e072ded0c688
WMI: add candidate_min_roam_score field to roam_cnd_scoring_param struct
CRs-Fixed: 2262693
spuligil 5 年 前
コミット
1a74c2c7d2
2 ファイル変更7 行追加1 行削除
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -13107,6 +13107,12 @@ typedef struct {
     A_UINT32 roam_score_delta_mask;
     /* Vendor specific roam score algorithm ID from WMI_VENDOR_ROAM_SCORE_ALGORITHM_ID enum */
     A_UINT32 vendor_roam_score_algorithm_id;
+    /*
+     * During CU and low rssi based roam triggers, consider AP as
+     * roam candidate only if its roam score is better than
+     * candidate_min_roam_score.
+     */
+    A_UINT32 candidate_min_roam_score;
 } wmi_roam_cnd_scoring_param;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,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_ 764
+#define __WMI_REVISION_ 765
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work