ソースを参照

qcacmn: Fill rssi_thresh_offset_5g in WMI

Fill rssi_thresh_offset_5g in WMI to configure this
value into the target

Change-Id: I0e5dde987fcc9fbb1f0556ec6f195d0a5ada4ffe
CRs-Fixed: 2093335
Varun Reddy Yeturu 8 年 前
コミット
51d211b765
1 ファイル変更1 行追加0 行削除
  1. 1 0
      wmi_unified_param.h

+ 1 - 0
wmi_unified_param.h

@@ -1995,6 +1995,7 @@ struct roam_offload_scan_rssi_params {
 	int dense_min_aps_cnt;
 	int dense_min_aps_cnt;
 	int initial_dense_status;
 	int initial_dense_status;
 	int traffic_threshold;
 	int traffic_threshold;
+	int32_t rssi_thresh_offset_5g;
 };
 };
 
 
 /**
 /**