From 22a60cd5dbe507cd7879cf2e883817660000195d Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 5 Dec 2018 15:08:16 -0800 Subject: [PATCH] qcacld-3.0: Remove wma_update_vdev_tbl() prototype Although the implementation has been removed, the prototype for wma_update_vdev_tbl() is still present, so remove it as well. Change-Id: Ifcf10e97d0bc24bdf88c69f936e998b228ec945b CRs-Fixed: 2361930 --- core/wma/inc/wma.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h index 9097d0f2db..02d9b164c7 100644 --- a/core/wma/inc/wma.h +++ b/core/wma/inc/wma.h @@ -1745,11 +1745,6 @@ QDF_STATUS wma_trigger_uapsd_params(tp_wma_handle wma_handle, uint32_t vdev_id, /* added to get average snr for both data and beacon */ QDF_STATUS wma_send_snr_request(tp_wma_handle wma_handle, void *pGetRssiReq); - -QDF_STATUS wma_update_vdev_tbl(tp_wma_handle wma_handle, uint8_t vdev_id, - void *tx_rx_vdev_handle, - uint8_t *mac, uint32_t vdev_type, bool add_del); - void wma_send_flush_logs_to_fw(tp_wma_handle wma_handle); void wma_log_completion_timeout(void *data);