Browse Source

qcacld-3.0: Remove wma_roam_preauth_*() prototypes

Change Ie3783306e0ff5b8a5bbcb6437e982590b03fe040 ("qcacld-3.0: Use
scan for preauth from LIM in roaming") removed all of the roaming
preauth logic from WMA, but it left behind some obsolete protptypes,
so remove these:
- wma_roam_preauth_chan_set()
- wma_roam_preauth_chan_cancel()
- wma_roam_preauth_scan_event_handler()

Change-Id: I9236f641fb80df0e5a6749781adb5af86d8b821b
CRs-Fixed: 2379062
Jeff Johnson 6 years ago
parent
commit
b7771a38d6
1 changed files with 0 additions and 13 deletions
  1. 0 13
      core/wma/inc/wma_internal.h

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

@@ -295,19 +295,6 @@ QDF_STATUS wma_roam_scan_bmiss_cnt(tp_wma_handle wma_handle,
 QDF_STATUS wma_roam_scan_offload_command(tp_wma_handle wma_handle,
 					 uint32_t command, uint32_t vdev_id);
 
-QDF_STATUS wma_roam_preauth_chan_set(tp_wma_handle wma_handle,
-				     tpSwitchChannelParams params,
-				     uint8_t vdev_id);
-
-QDF_STATUS wma_roam_preauth_chan_cancel(tp_wma_handle wma_handle,
-					tpSwitchChannelParams params,
-					uint8_t vdev_id);
-
-void wma_roam_preauth_scan_event_handler(tp_wma_handle wma_handle,
-						uint8_t vdev_id,
-						wmi_scan_event_fixed_param *
-						wmi_event);
-
 void wma_set_channel(tp_wma_handle wma, tpSwitchChannelParams params);
 
 #ifdef WLAN_FEATURE_ROAM_OFFLOAD