qcacmn: Add mcast enhance flow for single dev

Add mcast enhancement for single dev/bonding feature

Change-Id: I8bc0c3c78e3eb8c6679e00442d607615bab38f96
CRs-Fixed: 3350461
This commit is contained in:
KARTHIK KUMAR T
2022-11-30 18:51:19 +05:30
committed by Madan Koyyalamudi
parent d47d3c4723
commit 7ae4979be0
7 changed files with 142 additions and 3 deletions

View File

@@ -662,6 +662,7 @@ enum cdp_sec_type {
* @is_intrabss_fwd:
* @ppdu_cookie: 16-bit ppdu cookie that has to be replayed back in completions
* @is_wds_extended:
* @is_mlo_mcast: Indicates if mlo_mcast enable or not
*
* This structure holds the parameters needed in the exception path of tx
*
@@ -677,6 +678,9 @@ struct cdp_tx_exception_metadata {
#ifdef QCA_SUPPORT_WDS_EXTENDED
uint8_t is_wds_extended;
#endif
#ifdef WLAN_MCAST_MLO
uint8_t is_mlo_mcast;
#endif
};
/**