qcacmn: Pass new Bad RSSI threshold offset for 2G and flags to FW
Add new Bad RSSI threshold offset for 2G to 5G roam and flags to roam_offload_scan_rssi_params and fill them in the WMI cmd TLV to pass it to the firmware. Change-Id: I78876f5104e67280b1342ec0957d0162edbaf502 CRs-Fixed: 2105894
This commit is contained in:

committed by
pramod kotreshappa

parent
97f0042e55
commit
5f1ccf6b7e
@@ -6011,6 +6011,9 @@ static QDF_STATUS send_roam_scan_offload_rssi_thresh_cmd_tlv(wmi_unified_t wmi_h
|
||||
roam_req->bg_scan_bad_rssi_thresh;
|
||||
bg_scan_params->roam_bg_scan_client_bitmap =
|
||||
roam_req->bg_scan_client_bitmap;
|
||||
bg_scan_params->bad_rssi_thresh_offset_2g =
|
||||
roam_req->roam_bad_rssi_thresh_offset_2g;
|
||||
bg_scan_params->flags = roam_req->flags;
|
||||
WMITLV_SET_HDR(&bg_scan_params->tlv_header,
|
||||
WMITLV_TAG_STRUC_wmi_roam_bg_scan_roaming_param,
|
||||
WMITLV_GET_STRUCT_TLVLEN
|
||||
|
Reference in New Issue
Block a user