Browse Source

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 năm trước cách đây
mục cha
commit
51d211b765
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 initial_dense_status;
 	int traffic_threshold;
+	int32_t rssi_thresh_offset_5g;
 };
 
 /**