qcacld-3.0: Add new WMI wakeup reason

Add the new WMI wakeup reason “WOW_REASON_FATAL_EVENT_WAKE".

Change-Id: I93b530f78f568fa88cb310c5d78cd950451fc441
CRs-Fixed: 2868523
This commit is contained in:
Abdul Muqtadeer Ahmed
2021-02-02 12:04:51 +05:30
committed by snandini
parent 82df565cac
commit 70ee3f70fd
6 changed files with 21 additions and 4 deletions

View File

@@ -1188,6 +1188,10 @@ static void target_if_cp_stats_inc_wake_lock_stats(uint32_t reason,
stats->uc_drop_wake_up_count++;
break;
case WOW_REASON_FATAL_EVENT_WAKE:
stats->fatal_event_wake_up_count++;
break;
default:
break;
}