浏览代码

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
Jeff Johnson 6 年之前
父节点
当前提交
7b25289fed
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/sme/inc/sme_api.h

+ 0 - 2
core/sme/inc/sme_api.h

@@ -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);