Browse Source

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
Jeff Johnson 6 years ago
parent
commit
22a60cd5db
1 changed files with 0 additions and 5 deletions
  1. 0 5
      core/wma/inc/wma.h

+ 0 - 5
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);