qcacmn: Add MLO STA + NAN + NDI service cap support
Add MLO STA + NAN + NDI service cap support Change-Id: Ia1b839c70b987025f727466a73d2dfa8efe9a8f3 CRs-Fixed: 3120615
This commit is contained in:

committed by
Madan Koyyalamudi

parent
6d7ae524a3
commit
c84369425f
@@ -5495,6 +5495,9 @@ typedef enum {
|
|||||||
wmi_service_pno_scan_conf_per_ch_support,
|
wmi_service_pno_scan_conf_per_ch_support,
|
||||||
#ifdef QCA_UNDECODED_METADATA_SUPPORT
|
#ifdef QCA_UNDECODED_METADATA_SUPPORT
|
||||||
wmi_service_fp_phy_err_filter_support,
|
wmi_service_fp_phy_err_filter_support,
|
||||||
|
#endif
|
||||||
|
#ifdef WLAN_FEATURE_11BE_MLO
|
||||||
|
wmi_service_mlo_sta_nan_ndi_support,
|
||||||
#endif
|
#endif
|
||||||
wmi_services_max,
|
wmi_services_max,
|
||||||
} wmi_conv_service_ids;
|
} wmi_conv_service_ids;
|
||||||
|
@@ -18348,6 +18348,10 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
|||||||
wmi_service[wmi_service_fp_phy_err_filter_support] =
|
wmi_service[wmi_service_fp_phy_err_filter_support] =
|
||||||
WMI_SERVICE_FP_PHY_ERR_FILTER_SUPPORT;
|
WMI_SERVICE_FP_PHY_ERR_FILTER_SUPPORT;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WLAN_FEATURE_11BE_MLO
|
||||||
|
wmi_service[wmi_service_mlo_sta_nan_ndi_support] =
|
||||||
|
WMI_SERVICE_MLO_STA_NAN_NDI_SUPPORT;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user