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:

committed by
Madan Koyyalamudi

parent
d47d3c4723
commit
7ae4979be0
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user