1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 2 /* 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. 5 */ 6 7 #ifndef ATH12K_DP_TX_WIFI7_H 8 #define ATH12K_DP_TX_WIFI7_H 9 10 int ath12k_wifi7_dp_tx(struct ath12k_pdev_dp *dp_pdev, struct ath12k_link_vif *arvif, 11 struct sk_buff *skb, bool gsn_valid, int mcbc_gsn, 12 bool is_mcast); 13 void ath12k_wifi7_dp_tx_completion_handler(struct ath12k_dp *dp, int ring_id); 14 u32 ath12k_wifi7_dp_tx_get_vdev_bank_config(struct ath12k_base *ab, 15 struct ath12k_link_vif *arvif); 16 #endif 17