qcacld-3.0: Remove sme_set_host_power_save() prototype

The driver contains a sme_set_host_power_save() prototype but no
implementation. Since the prototype is obsolete, remove it.

Change-Id: I5631a5f23dd61380af0cacb037f673c585ae575f
CRs-Fixed: 2380778
This commit is contained in:
Jeff Johnson 2019-01-06 21:02:41 -08:00 committed by nshrivas
parent d6e8874e4b
commit 7b25289fed

View File

@ -587,8 +587,6 @@ QDF_STATUS sme_get_modify_profile_fields(mac_handle_t mac_handle,
tCsrRoamModifyProfileFields *
pModifyProfileFields);
QDF_STATUS sme_set_host_power_save(mac_handle_t mac_handle, bool psMode);
#ifdef FEATURE_OEM_DATA_SUPPORT
QDF_STATUS sme_register_oem_data_rsp_callback(mac_handle_t mac_handle,
sme_send_oem_data_rsp_msg callback);