qcacmn: Introduce new macro to support get TID to link map info

Introduce new macro to support get TID to link map status command
and TID to link response event.

Change-Id: I2f8fc03c306eae7f11d77253ce0ec565c9df2d71
CRs-Fixed: 3431459
Bu işleme şunda yer alıyor:
Deeksha Gupta
2023-03-14 00:51:36 +05:30
işlemeyi yapan: Madan Koyyalamudi
ebeveyn 3228443af7
işleme f2a2315e31

Dosyayı Görüntüle

@@ -246,4 +246,17 @@
(defined CFG80211_EXTERNAL_AUTH_MLO_SUPPORT)) (defined CFG80211_EXTERNAL_AUTH_MLO_SUPPORT))
#define WLAN_EXTERNAL_AUTH_MLO_SUPPORT #define WLAN_EXTERNAL_AUTH_MLO_SUPPORT
#endif #endif
/*
* CFG80211_TID_LINK_MAP_SUPPORT
* Used to indicate Linux kernel contains support to get the TID to link map
* status and response event.
*
* TODO: Corresponding Linux kernel support check changes are still under review
* will add the commit-ID when available
*/
#if (defined CFG80211_TID_LINK_MAP_SUPPORT)
#define WLAN_TID_LINK_MAP_SUPPORT
#endif
#endif #endif