qcacmn: Add wmi to enable wds in Beryllium

Add new wmi to enable/disable wds in Beryllium
firmware

Change-Id: I4439973017d5fda734f5ca351334dc9f03988717
This commit is contained in:
Pavankumar Nandeshwar
2021-09-07 23:50:49 -07:00
committed by Madan Koyyalamudi
parent 8c5f682d9d
commit 591f8bb3a1
2 changed files with 7 additions and 4 deletions

View File

@@ -5329,7 +5329,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
* @peer_map_unmap_v2/peer_map_unmap_version: configure peer map/unmap version
* @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
@@ -5440,7 +5440,10 @@ typedef struct {
uint32_t use_pdev_id;
uint32_t max_num_dbs_scan_duty_cycle;
bool cce_disable;
bool peer_map_unmap_v2;
union {
bool peer_map_unmap_v2;
uint8_t peer_map_unmap_version;
};
uint32_t twt_ap_pdev_count;
uint32_t twt_ap_sta_count;
uint32_t max_bssid_indicator;