qcacmn: Send re_ul_resp configuration through WMI resource config

Send configuration option to configure enable/disable of re_ul_resp..

Change-Id: I045e48bb1597c37805d792bdc34bcb34bcc0534c
This commit is contained in:
Rathees kumar Chinannan
2020-01-06 17:47:22 +05:30
کامیت شده توسط Nitesh Shrivastav
والد 2729e6d5d9
کامیت e6d621740b
2فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده

مشاهده پرونده

@@ -5162,6 +5162,7 @@ struct wmi_host_fw_abi_ver {
* @max_bssid_indicator: max number of MBSS VAPs
* @three_way_coex_config_legacy_en: enable three way coex legacy feature
* @max_num_group_keys: max number of group keys supported for VLAN
* @re_ul_resp: enable 11ax UL response feature (UL-OFDMA) for repeater
*/
typedef struct {
uint32_t num_vdevs;
@@ -5247,6 +5248,7 @@ typedef struct {
bool tstamp64_en;
bool three_way_coex_config_legacy_en;
uint32_t max_num_group_keys;
uint32_t re_ul_resp;
} target_resource_config;
/**