summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@qca.qualcomm.com>2015-08-31 18:06:35 -0700
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2015-09-02 11:16:36 +0530
commit38ee4dd7dd95213c77a309f4bb72841d7a8cd4b4 (patch)
tree1ab90b2a9c94a21c73bbf8b2b005d1199a13be66
parentb7dad67d087ba6e414c3f7b4c57319858602ea69 (diff)
qcacld-2.0: Add debug log to track wake up caused by RA
- Increment RA wake up counter for RA match wake up event - Display pattern match wake up counters after getting RA match wake up event Change-Id: I2ca10e76ea1a4b4a762cb803e813a9c8c6f7cfa4 CRs-Fixed: 900464
-rw-r--r--CORE/SERVICES/WMA/wma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE/SERVICES/WMA/wma.c b/CORE/SERVICES/WMA/wma.c
index 307e30add881..66d628932f79 100644
--- a/CORE/SERVICES/WMA/wma.c
+++ b/CORE/SERVICES/WMA/wma.c
@@ -18926,6 +18926,8 @@ static int wma_wow_wakeup_host_event(void *handle, u_int8_t *event,
break;
#ifdef FEATURE_WLAN_RA_FILTERING
case WOW_REASON_RA_MATCH:
+ wma->wow_ipv6_mcast_ra_stats++;
+ wma_wow_wake_up_stats_display(wma);
break;
#endif
#ifdef FEATURE_WLAN_AUTO_SHUTDOWN