qcacld-3.0: Add new WMI wakeup reason
Add the new WMI wakeup reason “WOW_REASON_LOCAL_DATA_UC_DROP". Change-Id: Ibae5d98de8e63b03930837de8ce3062fef319718 CRs-Fixed: 2798184
Este cometimento está contido em:

cometido por
snandini

ascendente
1fdde10aa7
cometimento
1eb57fce21
@@ -131,6 +131,7 @@ enum txrate_gi {
|
||||
* @pno_complete_wake_up_count: pno complete wakeup count
|
||||
* @pno_match_wake_up_count: pno match wakeup count
|
||||
* @oem_response_wake_up_count: oem response wakeup count
|
||||
* @uc_drop_wake_up_count: local data uc drop wakeup count
|
||||
* @pwr_save_fail_detected: pwr save fail detected wakeup count
|
||||
* @scan_11d 11d scan wakeup count
|
||||
* @mgmt_assoc: association request management frame
|
||||
@@ -158,6 +159,7 @@ struct wake_lock_stats {
|
||||
uint32_t pno_complete_wake_up_count;
|
||||
uint32_t pno_match_wake_up_count;
|
||||
uint32_t oem_response_wake_up_count;
|
||||
uint32_t uc_drop_wake_up_count;
|
||||
uint32_t pwr_save_fail_detected;
|
||||
uint32_t scan_11d;
|
||||
uint32_t mgmt_assoc;
|
||||
|
@@ -551,6 +551,7 @@ static void vdev_iterator(struct wlan_objmgr_psoc *psoc, void *vdev, void *arg)
|
||||
stats->pno_match_wake_up_count += vdev_stats->pno_match_wake_up_count;
|
||||
stats->oem_response_wake_up_count +=
|
||||
vdev_stats->oem_response_wake_up_count;
|
||||
stats->uc_drop_wake_up_count += vdev_stats->uc_drop_wake_up_count;
|
||||
stats->pwr_save_fail_detected += vdev_stats->pwr_save_fail_detected;
|
||||
stats->scan_11d += vdev_stats->scan_11d;
|
||||
}
|
||||
@@ -661,6 +662,7 @@ QDF_STATUS ucfg_mc_cp_stats_write_wow_stats(
|
||||
"\tG-Scan: %u\n"
|
||||
"\tPNO Complete: %u\n"
|
||||
"\tPNO Match: %u\n"
|
||||
"\tUC Drop wake_count: %u\n"
|
||||
"\tOEM rsp wake_count: %u\n"
|
||||
"\twake count due to pwr_save_fail_detected: %u\n"
|
||||
"\twake count due to 11d scan: %u\n",
|
||||
@@ -679,6 +681,7 @@ QDF_STATUS ucfg_mc_cp_stats_write_wow_stats(
|
||||
wow_stats.gscan_wake_up_count,
|
||||
wow_stats.pno_complete_wake_up_count,
|
||||
wow_stats.pno_match_wake_up_count,
|
||||
wow_stats.uc_drop_wake_up_count,
|
||||
wow_stats.oem_response_wake_up_count,
|
||||
wow_stats.pwr_save_fail_detected,
|
||||
wow_stats.scan_11d);
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador