qcacmn: Clean up the extscan unified WMI (phase 2)
For a full explanation of the problem and phased solution refer to "qcacmn: Clean up the extscan unified WMI (phase 1)", Change-Id I11800361b572331cfada00fb7d518c314df20b43, in the qca-wifi-host-cmn project. For phase 2 (this change): Replace all references of the badly named identifiers with references to the properly named substitutes. Note that this phase may touch multiple repos and may involve a number of separate changes. Change-Id: Ie19d632faa50b23f18a2214a7b2502830ff3fbd3 CRs-Fixed: 2282767
This commit is contained in:
@@ -73,7 +73,7 @@ QDF_STATUS wmi_unified_set_passpoint_network_list_cmd(void *wmi_hdl,
|
||||
* error number otherwise
|
||||
*/
|
||||
QDF_STATUS wmi_unified_set_epno_network_list_cmd(void *wmi_hdl,
|
||||
struct wifi_enhanched_pno_params *req)
|
||||
struct wifi_enhanced_pno_params *req)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
@@ -246,7 +246,7 @@ QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl,
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure.
|
||||
*/
|
||||
QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
|
||||
struct ext_scan_setbssi_hotlist_params *
|
||||
struct ext_scan_setbssid_hotlist_params *
|
||||
photlist, int *buf_len)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
Reference in New Issue
Block a user