|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -157,7 +157,6 @@ void dp_tx_desc_pool_deinit_be(struct dp_soc *soc,
|
|
uint8_t pool_id);
|
|
uint8_t pool_id);
|
|
|
|
|
|
#ifdef WLAN_FEATURE_11BE_MLO
|
|
#ifdef WLAN_FEATURE_11BE_MLO
|
|
-#ifdef WLAN_MCAST_MLO
|
|
|
|
/**
|
|
/**
|
|
* dp_tx_mlo_mcast_handler_be() - Tx handler for Mcast packets
|
|
* dp_tx_mlo_mcast_handler_be() - Tx handler for Mcast packets
|
|
* @soc: Handle to DP Soc structure
|
|
* @soc: Handle to DP Soc structure
|
|
@@ -169,6 +168,7 @@ void dp_tx_desc_pool_deinit_be(struct dp_soc *soc,
|
|
void dp_tx_mlo_mcast_handler_be(struct dp_soc *soc,
|
|
void dp_tx_mlo_mcast_handler_be(struct dp_soc *soc,
|
|
struct dp_vdev *vdev,
|
|
struct dp_vdev *vdev,
|
|
qdf_nbuf_t nbuf);
|
|
qdf_nbuf_t nbuf);
|
|
|
|
+#ifdef WLAN_MCAST_MLO
|
|
#ifdef WLAN_MLO_MULTI_CHIP
|
|
#ifdef WLAN_MLO_MULTI_CHIP
|
|
/**
|
|
/**
|
|
* dp_tx_mlo_mcast_pkt_send() - handler to send MLO Mcast packets
|
|
* dp_tx_mlo_mcast_pkt_send() - handler to send MLO Mcast packets
|