فهرست منبع

qcacld-3.0: Converge on wmi event registration / unregistration

Converge on wmi event registration / unregistration method.

Change-Id: Ic52f1df596d0a62f13a478cb2898e508082f7c09
CRs-Fixed: 2148474
Mukul Sharma 7 سال پیش
والد
کامیت
228223a52d

+ 1 - 1
core/wma/src/wma_features.c

@@ -1145,7 +1145,7 @@ void wma_register_egap_event_handle(WMA_HANDLE handle)
 				   WMI_SERVICE_EGAP)) {
 		status = wmi_unified_register_event_handler(
 						   wma_handle->wmi_handle,
-						   WMI_AP_PS_EGAP_INFO_EVENTID,
+						   wmi_ap_ps_egap_info_event_id,
 						   wma_egap_info_status_event,
 						   WMA_RX_SERIALIZER_CTX);
 		if (QDF_IS_STATUS_ERROR(status)) {

+ 1 - 1
core/wma/src/wma_fips_api.c

@@ -106,7 +106,7 @@ QDF_STATUS wma_fips_register_event_handlers(WMA_HANDLE handle)
 	tp_wma_handle wma_handle = handle;
 
 	return wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						  WMI_PDEV_FIPS_EVENTID,
+						  wmi_pdev_fips_event_id,
 						  wma_fips_event_handler,
 						  WMA_RX_WORK_CTX);
 }

+ 59 - 59
core/wma/src/wma_main.c

@@ -2568,19 +2568,19 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 	wlan_psoc_obj_unlock(psoc);
 
 	wmi_unified_register_event_handler(wmi_handle,
-					   WMI_SERVICE_AVAILABLE_EVENTID,
+					   wmi_service_available_event_id,
 					   wma_rx_service_available_event,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wmi_handle,
-					   WMI_SERVICE_READY_EVENTID,
+					   wmi_service_ready_event_id,
 					   init_deinit_service_ready_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wmi_handle,
-					   WMI_SERVICE_READY_EXT_EVENTID,
+					   wmi_service_ready_ext_event_id,
 					   init_deinit_service_ext_ready_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wmi_handle,
-					   WMI_READY_EVENTID,
+					   wmi_ready_event_id,
 					   wma_rx_ready_event,
 					   WMA_RX_SERIALIZER_CTX);
 	/* Save the WMI & HTC handle */
@@ -2658,12 +2658,12 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 
 	/* Register the debug print event handler */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					WMI_DEBUG_PRINT_EVENTID,
+					wmi_debug_print_event_id,
 					wma_unified_debug_print_event_handler,
 					WMA_RX_SERIALIZER_CTX);
 	/* Register profiling event Handler */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					WMI_WLAN_PROFILE_DATA_EVENTID,
+					wmi_wlan_profile_data_event_id,
 					wma_profile_data_report_event_handler,
 					WMA_RX_SERIALIZER_CTX);
 
@@ -2749,64 +2749,64 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 
 	/* Register vdev start response event handler */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_VDEV_START_RESP_EVENTID,
+					   wmi_vdev_start_resp_event_id,
 					   wma_vdev_start_resp_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 	/* Register vdev stop response event handler */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_VDEV_STOPPED_EVENTID,
+					   wmi_vdev_stopped_event_id,
 					   wma_vdev_stop_resp_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 	/* register for STA kickout function */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_STA_KICKOUT_EVENTID,
+					   wmi_peer_sta_kickout_event_id,
 					   wma_peer_sta_kickout_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 	/* register for stats response event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_UPDATE_STATS_EVENTID,
+					   wmi_update_stats_event_id,
 					   wma_stats_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 	/* register for stats response event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_VDEV_GET_ARP_STAT_EVENTID,
+					   wmi_get_arp_stats_req_id,
 					   wma_get_arp_stats_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 	/* register for peer info response event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_STATS_INFO_EVENTID,
+					   wmi_peer_stats_info_event_id,
 					   wma_peer_info_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 #ifdef WLAN_POWER_DEBUGFS
 	/* register for Chip Power stats event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_PDEV_CHIP_POWER_STATS_EVENTID,
+				wmi_pdev_chip_power_stats_event_id,
 				wma_unified_power_debug_stats_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 #endif
 
 	/* register for linkspeed response event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_ESTIMATED_LINKSPEED_EVENTID,
+					   wmi_peer_estimated_linkspeed_event_id,
 					   wma_link_speed_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 #ifdef FEATURE_OEM_DATA_SUPPORT
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_OEM_RESPONSE_EVENTID,
+					   wmi_oem_response_event_id,
 					   wma_oem_data_response_handler,
 					   WMA_RX_SERIALIZER_CTX);
 #endif /* FEATURE_OEM_DATA_SUPPORT */
 
 	/* Register peer change event handler */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_STATE_EVENTID,
+					   wmi_peer_state_event_id,
 					   wma_peer_state_change_event_handler,
 					   WMA_RX_WORK_CTX);
 
@@ -2814,12 +2814,12 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 	 * for sending channel switch announcement frames
 	 */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					WMI_OFFLOAD_BCN_TX_STATUS_EVENTID,
+					wmi_offload_bcn_tx_status_event_id,
 					wma_unified_bcntx_status_event_handler,
 					WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_UPDATE_VDEV_RATE_STATS_EVENTID,
+					   wmi_update_vdev_rate_stats_event_id,
 					   wma_link_status_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 #ifdef WLAN_FEATURE_LINK_LAYER_STATS
@@ -2835,7 +2835,7 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 	 * copy complete indication
 	 */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_UPDATE_FW_MEM_DUMP_EVENTID,
+			wmi_update_fw_mem_dump_event_id,
 			wma_fw_mem_dump_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 
@@ -2875,13 +2875,13 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 
 	/* register for install key completion event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_VDEV_INSTALL_KEY_COMPLETE_EVENTID,
+				wmi_vdev_install_key_complete_event_id,
 				wma_vdev_install_key_complete_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 #ifdef WLAN_FEATURE_NAN
 	/* register for nan response event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_NAN_EVENTID,
+					   wmi_nan_event_id,
 					   wma_nan_rsp_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 #endif /* WLAN_FEATURE_NAN */
@@ -2889,7 +2889,7 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 #ifdef WLAN_FEATURE_STATS_EXT
 	/* register for extended stats event */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_STATS_EXT_EVENTID,
+					   wmi_stats_ext_event_id,
 					   wma_stats_ext_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 #endif /* WLAN_FEATURE_STATS_EXT */
@@ -2901,16 +2901,16 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 
 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_ROAM_SYNCH_EVENTID,
+					   wmi_roam_synch_event_id,
 					   wma_roam_synch_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				   WMI_ROAM_SYNCH_FRAME_EVENTID,
+				   wmi_roam_synch_frame_event_id,
 				   wma_roam_synch_frame_event_handler,
 				   WMA_RX_SERIALIZER_CTX);
 #endif /* WLAN_FEATURE_ROAM_OFFLOAD */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_RSSI_BREACH_EVENTID,
+				wmi_rssi_breach_event_id,
 				wma_rssi_breached_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 
@@ -2920,35 +2920,35 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 
 	/* Register peer assoc conf event handler */
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_ASSOC_CONF_EVENTID,
+					   wmi_peer_assoc_conf_event_id,
 					   wma_peer_assoc_conf_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_VDEV_DELETE_RESP_EVENTID,
+					   wmi_vdev_delete_resp_event_id,
 					   wma_vdev_delete_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_DELETE_RESP_EVENTID,
+					   wmi_peer_delete_response_event_id,
 					   wma_peer_delete_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_BPF_CAPABILIY_INFO_EVENTID,
+					   wmi_bpf_capability_info_event_id,
 					   wma_get_bpf_caps_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_VDEV_ENCRYPT_DECRYPT_DATA_RESP_EVENTID,
+				wmi_vdev_encrypt_decrypt_data_rsp_event_id,
 				wma_encrypt_decrypt_msg_handler,
 				WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_CHAN_INFO_EVENTID,
+					   wmi_chan_info_event_id,
 					   wma_chan_info_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_DEBUG_MESG_FLUSH_COMPLETE_EVENTID,
+				wmi_dbg_mesg_flush_complete_event_id,
 				wma_flush_complete_evt_handler,
 				WMA_RX_WORK_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_REPORT_RX_AGGR_FAILURE_EVENTID,
+				wmi_report_rx_aggr_failure_event_id,
 				wma_rx_aggr_failure_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 
@@ -2959,14 +2959,14 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 	if (cds_cfg->auto_power_save_fail_mode ==
 	    PMO_FW_TO_SEND_WOW_IND_ON_PWR_FAILURE) {
 		wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_PDEV_CHIP_POWER_SAVE_FAILURE_DETECTED_EVENTID,
+			wmi_pdev_chip_pwr_save_failure_detect_event_id,
 			wma_chip_power_save_failure_detected_handler,
 			WMA_RX_WORK_CTX);
 	}
 
 	wma_ndp_register_all_event_handlers(wma_handle);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_PEER_ANTDIV_INFO_EVENTID,
+				wmi_peer_antdiv_info_event_id,
 				wma_peer_ant_info_evt_handler,
 				WMA_RX_WORK_CTX);
 
@@ -2987,7 +2987,7 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 	}
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_PHYERR_EVENTID,
+			wmi_phyerr_event_id,
 			wma_unified_phyerr_rx_event_handler,
 			WMA_RX_WORK_CTX);
 
@@ -3000,7 +3000,7 @@ err_dbglog_init:
 	qdf_spinlock_destroy(&wma_handle->wma_hold_req_q_lock);
 err_event_init:
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-					     WMI_DEBUG_PRINT_EVENTID);
+					     wmi_debug_print_event_id);
 
 	for (i = 0; i < wma_handle->max_bssid; ++i)
 		wma_vdev_deinit(&wma_handle->interfaces[i]);
@@ -3514,7 +3514,7 @@ QDF_STATUS wma_start(void)
 	}
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						    WMI_ROAM_EVENTID,
+						    wmi_roam_event_id,
 						    wma_roam_event_callback,
 						    WMA_RX_SERIALIZER_CTX);
 	if (0 != status) {
@@ -3524,7 +3524,7 @@ QDF_STATUS wma_start(void)
 	}
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						    WMI_WOW_WAKEUP_HOST_EVENTID,
+						    wmi_wow_wakeup_host_event_id,
 						    wma_wow_wakeup_host_event,
 						    WMA_RX_TASKLET_CTX);
 	if (status) {
@@ -3549,7 +3549,7 @@ QDF_STATUS wma_start(void)
 	}
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_PDEV_RESUME_EVENTID,
+				wmi_pdev_resume_event_id,
 				wma_pdev_resume_event_handler,
 				WMA_RX_TASKLET_CTX);
 	if (status) {
@@ -3562,7 +3562,7 @@ QDF_STATUS wma_start(void)
 	defined(QCA_LL_TX_FLOW_CONTROL_V2) || defined(CONFIG_HL_SUPPORT)
 	WMA_LOGD("MCC TX Pause Event Handler register");
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					WMI_TX_PAUSE_EVENTID,
+					wmi_tx_pause_event_id,
 					wma_mcc_vdev_tx_pause_evt_handler,
 					WMA_RX_TASKLET_CTX);
 #endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */
@@ -3570,7 +3570,7 @@ QDF_STATUS wma_start(void)
 #ifdef FEATURE_WLAN_AUTO_SHUTDOWN
 	WMA_LOGD("Registering auto shutdown handler");
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						WMI_HOST_AUTO_SHUTDOWN_EVENTID,
+						wmi_host_auto_shutdown_event_id,
 						wma_auto_shutdown_event_handler,
 						WMA_RX_SERIALIZER_CTX);
 	if (status) {
@@ -3580,7 +3580,7 @@ QDF_STATUS wma_start(void)
 	}
 #endif /* FEATURE_WLAN_AUTO_SHUTDOWN */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						WMI_THERMAL_MGMT_EVENTID,
+						wmi_thermal_mgmt_event_id,
 						wma_thermal_mgmt_evt_handler,
 						WMA_RX_SERIALIZER_CTX);
 	if (status) {
@@ -3614,7 +3614,7 @@ QDF_STATUS wma_start(void)
 
 		status = wmi_unified_register_event_handler(
 					wma_handle->wmi_handle,
-					WMI_PEER_INFO_EVENTID,
+					wmi_peer_info_event_id,
 					wma_ibss_peer_info_event_handler,
 					WMA_RX_SERIALIZER_CTX);
 		if (status) {
@@ -3624,7 +3624,7 @@ QDF_STATUS wma_start(void)
 		}
 		status = wmi_unified_register_event_handler(
 					wma_handle->wmi_handle,
-					WMI_PEER_TX_FAIL_CNT_THR_EVENTID,
+					wmi_peer_tx_fail_cnt_thr_event_id,
 					wma_fast_tx_fail_event_handler,
 					WMA_RX_SERIALIZER_CTX);
 		if (status) {
@@ -3661,7 +3661,7 @@ QDF_STATUS wma_start(void)
 
 	/* Initialize the get temperature event handler */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					WMI_PDEV_TEMPERATURE_EVENTID,
+					wmi_pdev_temperature_event_id,
 					wma_pdev_temperature_evt_handler,
 					WMA_RX_SERIALIZER_CTX);
 	if (status != QDF_STATUS_SUCCESS) {
@@ -3671,7 +3671,7 @@ QDF_STATUS wma_start(void)
 	}
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						WMI_VDEV_TSF_REPORT_EVENTID,
+						wmi_vdev_tsf_report_event_id,
 						wma_vdev_tsf_handler,
 						WMA_RX_SERIALIZER_CTX);
 	if (0 != status) {
@@ -3682,7 +3682,7 @@ QDF_STATUS wma_start(void)
 
 	/* Initialize the wma_pdev_set_hw_mode_resp_evt_handler event handler */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_PDEV_SET_HW_MODE_RESP_EVENTID,
+			wmi_pdev_set_hw_mode_rsp_event_id,
 			wma_pdev_set_hw_mode_resp_evt_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status != QDF_STATUS_SUCCESS) {
@@ -3693,7 +3693,7 @@ QDF_STATUS wma_start(void)
 
 	/* Initialize the WMI_SOC_HW_MODE_TRANSITION_EVENTID event handler */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_PDEV_HW_MODE_TRANSITION_EVENTID,
+			wmi_pdev_hw_mode_transition_event_id,
 			wma_pdev_hw_mode_transition_evt_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status != QDF_STATUS_SUCCESS) {
@@ -3704,7 +3704,7 @@ QDF_STATUS wma_start(void)
 
 	/* Initialize the set dual mac configuration event handler */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_PDEV_SET_MAC_CONFIG_RESP_EVENTID,
+			wmi_pdev_set_mac_config_resp_event_id,
 			wma_pdev_set_dual_mode_config_resp_evt_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status != QDF_STATUS_SUCCESS) {
@@ -3714,7 +3714,7 @@ QDF_STATUS wma_start(void)
 	}
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_WLAN_COEX_BT_ACTIVITY_EVENTID,
+			wmi_coex_bt_activity_event_id,
 			wma_wlan_bt_activity_evt_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (!QDF_IS_STATUS_SUCCESS(status)) {
@@ -5180,7 +5180,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 	cdp_set_desc_global_pool_size(soc, ev->num_msdu_desc);
 	/* SWBA event handler for beacon transmission */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						    WMI_HOST_SWBA_EVENTID,
+						    wmi_host_swba_event_id,
 						    wma_beacon_swba_handler,
 						    WMA_RX_SERIALIZER_CTX);
 	if (status) {
@@ -5210,7 +5210,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 		WMA_LOGD("%s: FW support CSA offload capability", __func__);
 		status = wmi_unified_register_event_handler(
 						wma_handle->wmi_handle,
-						WMI_CSA_HANDLING_EVENTID,
+						wmi_csa_handling_event_id,
 						wma_csa_offload_handler,
 						WMA_RX_SERIALIZER_CTX);
 		if (status) {
@@ -5228,7 +5228,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 		 */
 		status = wmi_unified_register_event_handler(
 					wma_handle->wmi_handle,
-					WMI_MGMT_TX_COMPLETION_EVENTID,
+					wmi_mgmt_tx_completion_event_id,
 					wma_mgmt_tx_completion_handler,
 					WMA_RX_SERIALIZER_CTX);
 		if (status) {
@@ -5238,7 +5238,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 
 		status = wmi_unified_register_event_handler(
 				wma_handle->wmi_handle,
-				WMI_MGMT_TX_BUNDLE_COMPLETION_EVENTID,
+				wmi_mgmt_tx_bundle_completion_event_id,
 				wma_mgmt_tx_bundle_completion_handler,
 				WMA_RX_SERIALIZER_CTX);
 		if (status) {
@@ -5255,7 +5255,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 		status =
 			wmi_unified_register_event_handler(
 					wma_handle->wmi_handle,
-					WMI_GTK_OFFLOAD_STATUS_EVENTID,
+					wmi_gtk_offload_status_event_id,
 					target_if_pmo_gtk_offload_status_event,
 					WMA_RX_WORK_CTX);
 		if (status) {
@@ -5272,7 +5272,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 		wma_handle->fw_mem_dump_enabled = false;
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_TBTTOFFSET_UPDATE_EVENTID,
+				wmi_tbttoffset_update_event_id,
 				wma_tbttoffset_update_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 	if (status) {
@@ -5285,7 +5285,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 		/* register for rcpi response event */
 		status = wmi_unified_register_event_handler(
 							wma_handle->wmi_handle,
-							WMI_UPDATE_RCPI_EVENTID,
+							wmi_update_rcpi_event_id,
 							wma_rcpi_event_handler,
 							WMA_RX_SERIALIZER_CTX);
 		if (status) {
@@ -5317,7 +5317,7 @@ int wma_rx_service_ready_event(void *handle, uint8_t *cmd_param_info,
 
 	/* Initialize the log supported event handler */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_DIAG_EVENT_LOG_SUPPORTED_EVENTID,
+			wmi_diag_event_id_log_supported_event_id,
 			wma_log_supported_evt_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status != QDF_STATUS_SUCCESS) {

+ 2 - 2
core/wma/src/wma_mgmt.c

@@ -3877,7 +3877,7 @@ QDF_STATUS wma_de_register_mgmt_frm_client(void)
 #endif
 
 	if (wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-						 WMI_MGMT_RX_EVENTID) != 0) {
+						 wmi_mgmt_rx_event_id) != 0) {
 		WMA_LOGE("Failed to Unregister rx mgmt handler with wmi");
 		return QDF_STATUS_E_FAILURE;
 	}
@@ -3936,7 +3936,7 @@ QDF_STATUS wma_register_mgmt_frm_client(void)
 	}
 
 	if (wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					       WMI_MGMT_RX_EVENTID,
+					       wmi_mgmt_rx_event_id,
 					       wma_mgmt_rx_process,
 					       WMA_RX_WORK_CTX) != 0) {
 		WMA_LOGE("Failed to register rx mgmt handler with wmi");

+ 12 - 12
core/wma/src/wma_nan_datapath.c

@@ -782,37 +782,37 @@ void wma_ndp_register_all_event_handlers(tp_wma_handle wma_handle)
 {
 	WMA_LOGD(FL("Register WMI_NDP_INITIATOR_RSP_EVENTID"));
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_INITIATOR_RSP_EVENTID,
+		wmi_ndp_initiator_rsp_event_id,
 		wma_ndp_initiator_rsp_event_handler,
 		WMA_RX_SERIALIZER_CTX);
 
 	WMA_LOGD(FL("Register WMI_NDP_RESPONDER_RSP_EVENTID"));
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_RESPONDER_RSP_EVENTID,
+		wmi_ndp_responder_rsp_event_id,
 		wma_ndp_responder_rsp_event_handler,
 		WMA_RX_SERIALIZER_CTX);
 
 	WMA_LOGD(FL("Register WMI_NDP_END_RSP_EVENTID"));
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_END_RSP_EVENTID,
+		wmi_ndp_end_rsp_event_id,
 		wma_ndp_end_response_event_handler,
 		WMA_RX_SERIALIZER_CTX);
 
 	WMA_LOGD(FL("Register WMI_NDP_INDICATION_EVENTID"));
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_INDICATION_EVENTID,
+		wmi_ndp_indication_event_id,
 		wma_ndp_indication_event_handler,
 		WMA_RX_SERIALIZER_CTX);
 
 	WMA_LOGD(FL("Register WMI_NDP_CONFIRM_EVENTID"));
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_CONFIRM_EVENTID,
+		wmi_ndp_confirm_event_id,
 		wma_ndp_confirm_event_handler,
 		WMA_RX_SERIALIZER_CTX);
 
 	WMA_LOGD(FL("Register WMI_NDP_END_INDICATION_EVENTID"));
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_END_INDICATION_EVENTID,
+		wmi_ndp_end_indication_event_id,
 		wma_ndp_end_indication_event_handler,
 		WMA_RX_SERIALIZER_CTX);
 }
@@ -829,27 +829,27 @@ void wma_ndp_unregister_all_event_handlers(tp_wma_handle wma_handle)
 {
 	WMA_LOGD(FL("Unregister WMI_NDP_INITIATOR_RSP_EVENTID"));
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_INITIATOR_RSP_EVENTID);
+		wmi_ndp_initiator_rsp_event_id);
 
 	WMA_LOGD(FL("Unregister WMI_NDP_RESPONDER_RSP_EVENTID"));
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_RESPONDER_RSP_EVENTID);
+		wmi_ndp_responder_rsp_event_id);
 
 	WMA_LOGD(FL("Unregister WMI_NDP_END_RSP_EVENTID"));
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_END_RSP_EVENTID);
+		wmi_ndp_end_rsp_event_id);
 
 	WMA_LOGD(FL("Unregister WMI_NDP_INDICATION_EVENTID"));
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_INDICATION_EVENTID);
+		wmi_ndp_indication_event_id);
 
 	WMA_LOGD(FL("Unregister WMI_NDP_CONFIRM_EVENTID"));
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_CONFIRM_EVENTID);
+		wmi_ndp_confirm_event_id);
 
 	WMA_LOGD(FL("Unregister WMI_NDP_END_INDICATION_EVENTID"));
 	wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-		WMI_NDP_END_INDICATION_EVENTID);
+		wmi_ndp_end_indication_event_id);
 }
 
 /**

+ 5 - 5
core/wma/src/wma_ocb.c

@@ -717,7 +717,7 @@ int wma_ocb_register_event_handlers(tp_wma_handle wma_handle)
 
 	/* Initialize the members in WMA used by wma_ocb */
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_OCB_SET_CONFIG_RESP_EVENTID,
+			wmi_ocb_set_config_resp_event_id,
 			wma_ocb_set_config_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status)
@@ -725,7 +725,7 @@ int wma_ocb_register_event_handlers(tp_wma_handle wma_handle)
 
 	status = wmi_unified_register_event_handler(
 			wma_handle->wmi_handle,
-			WMI_OCB_GET_TSF_TIMER_RESP_EVENTID,
+			wmi_ocb_get_tsf_timer_resp_event_id,
 			wma_ocb_get_tsf_timer_resp_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status)
@@ -733,7 +733,7 @@ int wma_ocb_register_event_handlers(tp_wma_handle wma_handle)
 
 	status = wmi_unified_register_event_handler(
 			wma_handle->wmi_handle,
-			WMI_DCC_GET_STATS_RESP_EVENTID,
+			wmi_dcc_get_stats_resp_event_id,
 			wma_dcc_get_stats_resp_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status)
@@ -741,14 +741,14 @@ int wma_ocb_register_event_handlers(tp_wma_handle wma_handle)
 
 	status = wmi_unified_register_event_handler(
 			wma_handle->wmi_handle,
-			WMI_DCC_UPDATE_NDL_RESP_EVENTID,
+			wmi_dcc_update_ndl_resp_event_id,
 			wma_dcc_update_ndl_resp_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status)
 		return status;
 
 	status = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_DCC_STATS_EVENTID,
+			wmi_dcc_stats_event_id,
 			wma_dcc_stats_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 	if (status)

+ 8 - 8
core/wma/src/wma_scan_roam.c

@@ -3786,41 +3786,41 @@ void wma_register_extscan_event_handler(tp_wma_handle wma_handle)
 		return;
 	}
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_EXTSCAN_START_STOP_EVENTID,
+					   wmi_extscan_start_stop_event_id,
 					   wma_extscan_start_stop_event_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					WMI_EXTSCAN_CAPABILITIES_EVENTID,
+					wmi_extscan_capabilities_event_id,
 					wma_extscan_capabilities_event_handler,
 					WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_EXTSCAN_HOTLIST_MATCH_EVENTID,
+				wmi_extscan_hotlist_match_event_id,
 				wma_extscan_hotlist_match_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_EXTSCAN_WLAN_CHANGE_RESULTS_EVENTID,
+				wmi_extscan_wlan_change_results_event_id,
 				wma_extscan_change_results_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_EXTSCAN_OPERATION_EVENTID,
+				wmi_extscan_operation_event_id,
 				wma_extscan_operations_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_EXTSCAN_TABLE_USAGE_EVENTID,
+				wmi_extscan_table_usage_event_id,
 				wma_extscan_table_usage_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_EXTSCAN_CACHED_RESULTS_EVENTID,
+				wmi_extscan_cached_results_event_id,
 				wma_extscan_cached_results_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_PASSPOINT_MATCH_EVENTID,
+			wmi_passpoint_match_event_id,
 			wma_passpoint_match_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 }

+ 8 - 8
core/wma/src/wma_utils.c

@@ -1884,27 +1884,27 @@ void wma_register_ll_stats_event_handler(tp_wma_handle wma_handle)
 	}
 
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_IFACE_LINK_STATS_EVENTID,
+				wmi_iface_link_stats_event_id,
 				wma_unified_link_iface_stats_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_PEER_LINK_STATS_EVENTID,
+				wmi_peer_link_stats_event_id,
 				wma_unified_link_peer_stats_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-				WMI_RADIO_LINK_STATS_EVENTID,
+				wmi_radio_link_stats_link,
 				wma_unified_link_radio_stats_event_handler,
 				WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-			WMI_RADIO_TX_POWER_LEVEL_STATS_EVENTID,
+			wmi_radio_tx_power_level_stats_event_id,
 			wma_unified_radio_tx_power_level_stats_event_handler,
 			WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_PEER_STA_PS_STATECHG_EVENTID,
+					   wmi_peer_sta_ps_statechg_event_id,
 					   wma_peer_ps_evt_handler,
 					   WMA_RX_SERIALIZER_CTX);
 	wmi_unified_register_event_handler(wma_handle->wmi_handle,
-					   WMI_REPORT_STATS_EVENTID,
+					   wmi_report_stats_event_id,
 					   wma_ll_stats_evt_handler,
 					   WMA_RX_SERIALIZER_CTX);
 
@@ -4190,7 +4190,7 @@ void wma_utf_detach(tp_wma_handle wma_handle)
 		wma_handle->utf_event_info.data = NULL;
 		wma_handle->utf_event_info.length = 0;
 		wmi_unified_unregister_event_handler(wma_handle->wmi_handle,
-						     WMI_PDEV_UTF_EVENTID);
+						     wmi_pdev_utf_event_id);
 	}
 }
 
@@ -4209,7 +4209,7 @@ void wma_utf_attach(tp_wma_handle wma_handle)
 	wma_handle->utf_event_info.length = 0;
 
 	ret = wmi_unified_register_event_handler(wma_handle->wmi_handle,
-						 WMI_PDEV_UTF_EVENTID,
+						 wmi_pdev_utf_event_id,
 						 wma_process_utf_event,
 						 WMA_RX_SERIALIZER_CTX);