瀏覽代碼

qcacld-3.0: Remove wma_ipa_uc_stat_request()

Change Ib9cdaf7e8aa019002b9fc02d8ffacfcdb28fc121 ("qcacld-3.0:
Remove sme_ipa_uc_stat_request()") removed the last client of
wma_ipa_uc_stat_request(). Since this function is now obsolete,
remove it.

Change-Id: I965ccad2e94246c0d7d57e85c1fa433eeb5c136e
CRs-Fixed: 2371196
Jeff Johnson 6 年之前
父節點
當前提交
2ef037ddcd
共有 2 個文件被更改,包括 0 次插入21 次删除
  1. 0 8
      core/wma/inc/wma.h
  2. 0 13
      core/wma/src/wma_main.c

+ 0 - 8
core/wma/inc/wma.h

@@ -2501,14 +2501,6 @@ static inline void wma_print_wmi_mgmt_event_log(uint32_t count,
 }
 #endif /* WMI_INTERFACE_EVENT_LOGGING */
 
-/**
- * wma_ipa_uc_stat_request() - set ipa config parameters
- * @privcmd: private command
- *
- * Return: None
- */
-void wma_ipa_uc_stat_request(wma_cli_set_cmd_t *privcmd);
-
 /**
  * wma_set_rx_reorder_timeout_val() - set rx recorder timeout value
  * @wma_handle: pointer to wma handle

+ 0 - 13
core/wma/src/wma_main.c

@@ -9117,19 +9117,6 @@ QDF_STATUS wma_configure_smps_params(uint32_t vdev_id, uint32_t param_id,
 }
 
 
-void wma_ipa_uc_stat_request(wma_cli_set_cmd_t *privcmd)
-{
-	tp_wma_handle wma = cds_get_context(QDF_MODULE_ID_WMA);
-
-	if (!wma) {
-		WMA_LOGE("%s: Failed to get wma", __func__);
-		return;
-	}
-
-	if (wma_set_priv_cfg(wma, privcmd))
-		WMA_LOGE("Failed to set wma priv congiuration");
-}
-
 /**
  * wma_config_bmiss_bcnt_params() - set bmiss config parameters
  * @vdev_id: virtual device for the command