qcacld-3.0: LFR2.0 Ignore STA kickout when roaming is in progress

If roaming is in progress, then there is a good chance to connect
to a better AP very soon, so ignore the sta kickout event that is
received from the firmware.

CRs-Fixed: 947880
Change-Id: I9197ed09a40d9acb706d1bfa535a4eb292a1af74
diff --git a/core/wma/inc/wma_internal.h b/core/wma/inc/wma_internal.h
index 820e051..0dd428c 100644
--- a/core/wma/inc/wma_internal.h
+++ b/core/wma/inc/wma_internal.h
@@ -253,7 +253,7 @@
 QDF_STATUS wma_roam_scan_offload_command(tp_wma_handle wma_handle,
 					 uint32_t command, uint32_t vdev_id);
 
-QDF_STATUS wma_process_roam_scan_req(tp_wma_handle wma_handle,
+QDF_STATUS wma_process_roaming_config(tp_wma_handle wma_handle,
 				     tSirRoamOffloadScanReq *roam_req);
 
 QDF_STATUS wma_roam_preauth_chan_set(tp_wma_handle wma_handle,