summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/hdd/src/wlan_hdd_ipa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_ipa.c b/core/hdd/src/wlan_hdd_ipa.c
index 2300acae5e38..3f3f96e16d82 100644
--- a/core/hdd/src/wlan_hdd_ipa.c
+++ b/core/hdd/src/wlan_hdd_ipa.c
@@ -6308,8 +6308,8 @@ hdd_ipa_uc_proc_pending_event(struct hdd_ipa_priv *hdd_ipa)
(qdf_list_node_t **)&pending_event);
while (pending_event != NULL) {
__hdd_ipa_wlan_evt(pending_event->adapter,
- pending_event->type,
pending_event->sta_id,
+ pending_event->type,
pending_event->mac_addr);
qdf_mem_free(pending_event);
pending_event = NULL;