Prechádzať zdrojové kódy

qcacld-3.0: Remove sme_update_fw_tdls_state() prototype

Change I5c873b9571228f0d2b4fcd4782267a2cc40fc20a ("qcacld-3.0: Remove
the deprecated IOCTL in TDLS") removed the implementation of function
sme_update_fw_tdls_state(). However it left behind the prototype,
which is now obsolete, so remove it.

Change-Id: I57731f12761cfd564d949ec582eb4d45302e75d1
CRs-Fixed: 2380779
Jeff Johnson 6 rokov pred
rodič
commit
ff95f52665
1 zmenil súbory, kde vykonal 0 pridanie a 5 odobranie
  1. 0 5
      core/sme/inc/sme_api.h

+ 0 - 5
core/sme/inc/sme_api.h

@@ -876,11 +876,6 @@ QDF_STATUS sme_set_ht2040_mode(mac_handle_t mac_handle, uint8_t sessionId,
 #endif
 QDF_STATUS sme_get_reg_info(mac_handle_t mac_handle, uint8_t chanId,
 			    uint32_t *regInfo1, uint32_t *regInfo2);
-#ifdef FEATURE_WLAN_TDLS
-QDF_STATUS sme_update_fw_tdls_state(mac_handle_t mac_handle,
-				    void *psmeTdlsParams,
-				    bool useSmeLock);
-#endif /* FEATURE_WLAN_TDLS */
 
 #ifdef FEATURE_WLAN_CH_AVOID
 QDF_STATUS sme_ch_avoid_update_req(mac_handle_t mac_handle);