0ece3dfc96995ca359a8e9d29f3a27e354fb0f90

Currently, the flag 'is_6g_afc_power_event_received' is not initialised while processing the event WMI_REG_CHAN_LIST_CC_EXT_EVENTID from FW. The flag is set to 'true' on processing the AFC power event REG_AFC_EVENT_POWER_INFO. When a new WMI_REG_CHAN_LIST_CC_EXT_EVENTID is received from FW, 6 GHz master channel lists are re-initialized, but the flag is_6g_afc_power_event_received is not reset. To solve this inconsistency, initialise 'is_6g_afc_power_event_received' to 'false' on processing WMI_REG_CHAN_LIST_CC_EXT_EVENTID. It is to be noted that the AFC expiry event REG_AFC_EVENT_TIMER_EXPIRY should be sent after every WMI_REG_CHAN_LIST_CC_EXT_EVENTID. Change-Id: Ibdac2744b86c75aff5e98f0f3dbedba679de6998 CRs-Fixed: 3500058
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%