qcacmn: Send val of separate iface support for NAN INI to Fw

Update value of new ini for separate iface support for NAN
"nan_separate_iface_support" to fw through a command
WMI_INIT_CMDID.

Change-Id: I55830e0d16d86ee5a0bfa7d3e44c6309c0d3d54b
CRs-Fixed: 2612010
このコミットが含まれているのは:
Abhinav Kumar
2020-01-24 19:02:52 +05:30
committed by nshrivas
コミット b59458c284
2個のファイルの変更6行の追加0行の削除

ファイルの表示

@@ -5189,6 +5189,7 @@ struct wmi_host_fw_abi_ver {
* @ast_3_flow_mask_enable: mask to enable flow support for ast index 3
* @ast_tid_high_mask_enable: enable tid valid mask for high priority flow
* @ast_tid_low_mask_enable: enable tid valid mask for low priority flow
* @nan_separate_iface_support: Separate iface creation for NAN
*/
typedef struct {
uint32_t num_vdevs;
@@ -5285,6 +5286,7 @@ typedef struct {
ast_3_flow_mask_enable:4,
ast_tid_high_mask_enable:8,
ast_tid_low_mask_enable:8;
bool nan_separate_iface_support;
} target_resource_config;
/**