wlan: DTIM3 changed to DTIM1 after PNO
In wlan suspended case if peer disconnects, as a part of
DELETE_BSS_REQ, FW reset modulated DTIM to 0.
Now when PNO kicks in and new connection is established,
as the wlan is suspended, SET_POWER_PARAMS_REQ to change DTIM to
3 is not triggered.
To fix it, if the wlan is already suspended, during PNO connection
send SET_POWER_PARAMS_REQ to firmware once set key is completed
and before the next ENTER_BMPS_REQ so that firmware move to DTIM3.
Change-Id: I23cf1168413ecdf8e236bac074cbd64c9b2517fc
CRs-Fixed: 930710
2 files changed