|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -2753,6 +2753,9 @@ static int wma_wake_event_packet(
|
|
|
|
|
|
wake_info = event_param->fixed_param;
|
|
|
|
|
|
+ wma_debug("Number of delayed packets received = %d",
|
|
|
+ wake_info->delayed_pkt_count);
|
|
|
+
|
|
|
switch (wake_info->wake_reason) {
|
|
|
case WOW_REASON_AUTH_REQ_RECV:
|
|
|
case WOW_REASON_ASSOC_REQ_RECV:
|