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:

committed by
snandini

parent
82df565cac
commit
70ee3f70fd
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user