qcacld-3.0: Add wow event and reason for roam event stats
This change sends the new wow event in the bitmap to FW only when the roam stats suspend mode attribute is enabled from the user space. Also, the new wow reason is added to wake up the host while sending the roam event stats. Change-Id: Iaefb229929e8791870f33bf787487f7c20daf218 CRs-Fixed: 3050830
This commit is contained in:

gecommit door
Madan Koyyalamudi

bovenliggende
db5eae6149
commit
b58c94c063
@@ -2270,6 +2270,9 @@ wlan_cm_update_roam_rt_stats(struct wlan_objmgr_psoc *psoc,
|
||||
case ROAM_RT_STATS_ENABLE:
|
||||
roam_rt_stats->roam_stats_enabled = value;
|
||||
break;
|
||||
case ROAM_RT_STATS_SUSPEND_MODE_ENABLE:
|
||||
roam_rt_stats->roam_stats_wow_sent = value;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -2295,6 +2298,9 @@ uint8_t wlan_cm_get_roam_rt_stats(struct wlan_objmgr_psoc *psoc,
|
||||
case ROAM_RT_STATS_ENABLE:
|
||||
rstats_value = roam_rt_stats->roam_stats_enabled;
|
||||
break;
|
||||
case ROAM_RT_STATS_SUSPEND_MODE_ENABLE:
|
||||
rstats_value = roam_rt_stats->roam_stats_wow_sent;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Verwijs in nieuw issue
Block a user