qcacmn: Support multi ast delete ops callback

Add change to define multi ast delete callback to be used at
CDP OL ops

Change-Id: I4bfcf91a56b65a447f436241021288ba867a43f8
CRs-Fixed: 3124256
This commit is contained in:
Santosh Anbu
2022-01-23 01:34:18 +05:30
committed by Madan Koyyalamudi
parent 5abebcd1a6
commit 2e416b83a2

View File

@@ -1160,6 +1160,12 @@ struct ol_if_ops {
uint8_t *wds_macaddr,
uint8_t type,
uint8_t delete_in_fw);
#ifdef WLAN_FEATURE_MULTI_AST_DEL
void (*peer_del_multi_wds_entry)(
struct cdp_ctrl_objmgr_psoc *soc,
uint8_t vdev_id,
struct peer_del_multi_wds_entries *wds_list);
#endif
QDF_STATUS
(*lro_hash_config)(struct cdp_ctrl_objmgr_psoc *psoc, uint8_t pdev_id,
struct cdp_lro_hash_config *rx_offld_hash);