qcacld-3.0: Clean up roam_scan_period_after_inactivity

Cleanup roam scan period after inactivity timer.

Change-Id: Idba15ef9c41fdfe339e24df4ec87a66277986ee3
CRs-Fixed: 3515188
This commit is contained in:
Sheenam Monga
2023-05-31 13:42:06 +05:30
committed by Rahul Choudhary
parent 6a3ebea45e
commit f2c84fdaac
7 changed files with 3 additions and 65 deletions

View File

@@ -374,8 +374,6 @@ send_roam_scan_offload_scan_period_cmd_tlv(
param->roam_scan_inactivity_time;
scan_period_fp->roam_inactive_count =
param->roam_inactive_data_packet_count;
scan_period_fp->roam_scan_period_after_inactivity =
param->roam_scan_period_after_inactivity;
/* Firmware expects the full scan period in msec whereas host
* provides the same in seconds.
* Convert it to msec and send to firmware
@@ -387,10 +385,9 @@ send_roam_scan_offload_scan_period_cmd_tlv(
scan_period_fp->roam_scan_age,
scan_period_fp->roam_full_scan_period);
wmi_debug("inactiviy time:%d inactive cnt:%d time after inactivity:%d",
wmi_debug("inactiviy time:%d inactive cnt:%d",
scan_period_fp->inactivity_time_period,
scan_period_fp->roam_inactive_count,
scan_period_fp->roam_scan_period_after_inactivity);
scan_period_fp->roam_inactive_count);
wmi_mtrace(WMI_ROAM_SCAN_PERIOD, NO_SESSION, 0);
status = wmi_unified_cmd_send(wmi_handle, buf, len,