qcacmn: Add support for TDLS 11ax

Add support for TDLS 11ax

Change-Id: Iec8d9d7356390c6012269ae2840ff2185f61f9da
CRs-Fixed: 2925247
This commit is contained in:
Utkarsh Bhatnagar
2021-04-15 05:15:24 +05:30
committed by Madan Koyyalamudi
parent 28ef474a07
commit 141c21c4a7
2 changed files with 11 additions and 0 deletions

View File

@@ -5189,6 +5189,11 @@ typedef enum {
#endif
#ifdef WLAN_FEATURE_11BE
wmi_service_11be,
#endif
#ifdef WLAN_FEATURE_11AX
#ifdef FEATURE_WLAN_TDLS
wmi_service_tdls_ax_support,
#endif
#endif
wmi_services_max,
} wmi_conv_service_ids;