qcacmn: Intra-BSS changes for MLO

Use chip ID and destination peer to determine the target soc
and partner vdev for Intra-BSS in MLO case.

Change-Id: I709c52e74426c5e81b50c8063cad7669c0e7002d
This commit is contained in:
Manoj Ekbote
2021-11-12 17:35:20 -08:00
committad av Madan Koyyalamudi
förälder 28ed233c3c
incheckning 80e882aa2a
13 ändrade filer med 445 tillägg och 61 borttagningar

Visa fil

@@ -90,6 +90,7 @@
/* Max number of chips that can participate in MLO */
#if defined(WLAN_FEATURE_11BE_MLO) && defined(WLAN_MLO_MULTI_CHIP)
#define WLAN_MAX_MLO_CHIPS 3
#define WLAN_MAX_MLO_LINKS_PER_SOC 2
#else
#define WLAN_MAX_MLO_CHIPS 1
#endif