Ver código fonte

qcacld-3.0: Remove wma_update_fw_tdls_state() prototype

As part of change I5c873b9571228f0d2b4fcd4782267a2cc40fc20a
("qcacld-3.0: Remove the deprecated IOCTL in TDLS") the implementation
of wma_update_fw_tdls_state() was removed. However the prototype was
left behind, so remove it as well.

Change-Id: Ibb08e9f8c8c39eac364b05e72d7c03db306cc8b3
CRs-Fixed: 2379061
Jeff Johnson 6 anos atrás
pai
commit
80d11f1fc6
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      core/wma/inc/wma_internal.h

+ 0 - 1
core/wma/inc/wma_internal.h

@@ -1259,7 +1259,6 @@ QDF_STATUS wma_process_ch_avoid_update_req(tp_wma_handle wma_handle,
 
 #ifdef FEATURE_WLAN_TDLS
 
-QDF_STATUS wma_update_fw_tdls_state(WMA_HANDLE handle, void *pwmaTdlsparams);
 int wma_update_tdls_peer_state(WMA_HANDLE handle,
 			       tTdlsPeerStateParams *peerStateParams);
 /**