qcacmn: Handle TWT ack event support in wmi init

In WMI INIT, check whether firmware supports the ack event or
not. If it supports then enable driver support and send it to
firmware during WMI INIT.

Change-Id: Icfdee6bc06e6a393de880b87fdab70665ea7c8b4
CRs-Fixed: 2987898
This commit is contained in:
Jyoti Kumari
2021-06-27 23:19:29 +05:30
committed by Madan Koyyalamudi
parent fc3c62d771
commit e831cf3415
3 changed files with 9 additions and 1 deletions

View File

@@ -5535,6 +5535,7 @@ typedef struct {
uint32_t is_go_connected_d3wow_enabled;
bool sae_eapol_offload;
bool dynamic_pcie_gen_speed_change;
bool twt_ack_support_cap;
} target_resource_config;
/**