Ver código fonte

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
Santosh Anbu 3 anos atrás
pai
commit
2e416b83a2
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      dp/inc/cdp_txrx_ops.h

+ 6 - 0
dp/inc/cdp_txrx_ops.h

@@ -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);