|
@@ -6062,15 +6062,15 @@ hdd_ipa_uc_proc_pending_event(struct hdd_ipa_priv *hdd_ipa, bool is_loading)
|
|
|
qdf_list_remove_front(&hdd_ipa->pending_event,
|
|
|
(qdf_list_node_t **)&pending_event);
|
|
|
while (pending_event != NULL) {
|
|
|
- if (pending_event->is_loading == is_loading)
|
|
|
- __hdd_ipa_wlan_evt(pending_event->adapter,
|
|
|
- pending_event->sta_id,
|
|
|
- pending_event->type,
|
|
|
- pending_event->mac_addr);
|
|
|
+ if (pending_event->is_loading == is_loading)
|
|
|
+ __hdd_ipa_wlan_evt(pending_event->adapter,
|
|
|
+ pending_event->sta_id,
|
|
|
+ pending_event->type,
|
|
|
+ pending_event->mac_addr);
|
|
|
qdf_mem_free(pending_event);
|
|
|
pending_event = NULL;
|
|
|
qdf_list_remove_front(&hdd_ipa->pending_event,
|
|
|
- (qdf_list_node_t **)&pending_event);
|
|
|
+ (qdf_list_node_t **)&pending_event);
|
|
|
}
|
|
|
}
|
|
|
|