qcacmn: Remove SSID hotlist support
Change Ie6c4a9847f2daa9ba2aebd17f386d584201b86d6 ("qcacld-3.0: Remove obsolete set/reset ssid hotlist") in the qcacld-3.0 project removed the only client of the WMI SSID hotlist infrastructure. Since this infrastructure is obsolete, remove it. Change-Id: I4a1de39c982947bbf4958d976426f95e3217f1a3 CRs-Fixed: 2381277
This commit is contained in:
@@ -1739,26 +1739,6 @@ QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl)
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_unified_set_ssid_hotlist_cmd() - Handle an SSID hotlist set request
|
||||
* @wmi_hdl: wmi handle
|
||||
* @request: SSID hotlist set request
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
|
||||
struct ssid_hotlist_request_params *request)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_set_ssid_hotlist_cmd)
|
||||
return wmi_handle->ops->send_set_ssid_hotlist_cmd(wmi_handle,
|
||||
request);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_unified_fw_test_cmd() - send fw test command to fw.
|
||||
* @wmi_hdl: wmi handle
|
||||
|
Reference in New Issue
Block a user