qcacmn: changes to enable peer map V2 messaging

Host changes to enable HTT version 2 messaging for
PEER map and unmap in FW and changes to handle these
messages in host

Change-Id: Ifbe478212bbbc9c9ea1c1e4791c7a78407c376cc
This commit is contained in:
Chaithanya Garrepalli
2018-09-12 17:02:31 +05:30
committed by nshrivas
parent 6c0038653b
commit d878c0dcc3

View File

@@ -6176,6 +6176,7 @@ struct wmi_host_fw_abi_ver {
* @use_pdev_id:
* @max_num_dbs_scan_duty_cycle: max dbs can duty cycle value
* @cce_disable: disable cce component
* @peer_map_unmap_v2: enable peer map/unmap version 2 messaging
* @twt_ap_pdev_count: Number of MAC on which AP TWT feature is supported
* @twt_ap_sta_count: Max no of STA with which TWT sessions can be formed
* by the AP
@@ -6252,6 +6253,7 @@ typedef struct {
uint32_t use_pdev_id;
uint32_t max_num_dbs_scan_duty_cycle;
bool cce_disable;
bool peer_map_unmap_v2;
uint32_t twt_ap_pdev_count;
uint32_t twt_ap_sta_count;
uint32_t max_bssid_indicator;