qcacld-3.0: Fix the wrong event id specified for wow wakeup
In wow_get_wmi_eventid(), the reason to event id mapping fills the wrong command id (WMI_ROAM_PREAUTH_STATUS_CMDID) instead of the event WMI_ROAM_PREAUTH_START_EVENTID and. Since the event WMI_ROAM_PREAUTH_START_EVENTID will not be piggybacked, remove the reason WOW_ROAM_PREAUTH_START_EVENT from wow_get_wmi_eventid api. Fix the documentation of setting the WOW_ROAM_PREAUTH_START_EVENT bit in pmo wow bitmap. Fix invalid event id mapping for WMI_TDLS_PEER_EVENTID also in wow_get_wmi_eventid(). Change-Id: Ifd08dc94cda22d9de662ef15b74cb19571007052 CRs-Fixed: 3355578
Este commit está contenido en:

cometido por
Madan Koyyalamudi

padre
ead07b04fe
commit
258e6ac52f
@@ -401,7 +401,7 @@ void pmo_set_sta_wow_bitmask(uint32_t *bitmask, uint32_t wow_bitmap_size)
|
||||
bitmask);
|
||||
/*
|
||||
* WPA3 roaming offloads SAE authentication to wpa_supplicant
|
||||
* Firmware will send WMI_ROAM_PREAUTH_STATUS_CMDID
|
||||
* Firmware will send WMI_ROAM_PREAUTH_START_EVENTID
|
||||
*/
|
||||
pmo_set_wow_event_bitmap(WOW_ROAM_PREAUTH_START_EVENT,
|
||||
wow_bitmap_size,
|
||||
|
Referencia en una nueva incidencia
Block a user