Ver Fonte

qcacld-3.0: Remove sme_update_roam_offload_enabled() prototype

Change Iebda5bbb3c5c68b922b7f6ac1adaf25cccf903a6 ("qcacld-3.0: Apply
mlme lfr configuraions") removed the implementation of function
sme_update_roam_offload_enabled(). However it left behind the
prototype, which is now obsolete, so remove it.

Change-Id: I64391c654e50fa8220beee5ad225c66158057d5b
CRs-Fixed: 2380777
Jeff Johnson há 6 anos atrás
pai
commit
d6e8874e4b
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      core/sme/inc/sme_api.h

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

@@ -1236,8 +1236,6 @@ sme_reset_link_layer_stats_ind_cb(mac_handle_t mac_handle)
 QDF_STATUS sme_set_wisa_params(mac_handle_t mac_handle,
 			       struct sir_wisa_params *wisa_params);
 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
-QDF_STATUS sme_update_roam_offload_enabled(mac_handle_t mac_handle,
-					   bool nRoamOffloadEnabled);
 QDF_STATUS sme_update_roam_key_mgmt_offload_enabled(mac_handle_t mac_handle,
 		uint8_t session_id,
 		bool key_mgmt_offload_enabled,