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
This commit is contained in:
Jeff Johnson
2018-12-05 15:08:16 -08:00
gecommit door nshrivas
bovenliggende 7bdfab6ce6
commit 22a60cd5db

Bestand weergeven

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