qcacmn: Add support for adaptive dwell scan time
Dwell time can be modify based on channel congestion per scan request. Add changes to enable firmware to use scan control flag and select dwell time optimization algorithm based on ini values. Change-Id: Iea3de57c1b7d087442e4b8984b4184d24bb8c930 CRs-Fixed: 994443
This commit is contained in:

committed by
Vishwajith Upendra

parent
98f363ef44
commit
7b76800323
@@ -1099,6 +1099,9 @@ QDF_STATUS (*extract_vdev_extd_stats)(wmi_unified_t wmi_handle, void *evt_buf,
|
||||
|
||||
QDF_STATUS (*send_power_dbg_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmi_power_dbg_params *param);
|
||||
|
||||
QDF_STATUS (*send_adapt_dwelltime_params_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmi_adaptive_dwelltime_params *dwelltime_params);
|
||||
};
|
||||
|
||||
struct target_abi_version {
|
||||
|
Reference in New Issue
Block a user