// SPDX-License-Identifier: ISC /* Copyright (C) 2023 MediaTek Inc. */ #include "mt7925.h" #include "../dma.h" #include "mac.h" int mt7925e_tx_prepare_skb(struct mt76_dev *mdev, void *txwi_ptr, enum mt76_txq_id qid, struct mt76_wcid *wcid, struct ieee80211_sta *sta, struct mt76_tx_info *tx_info) { … } void mt7925_tx_token_put(struct mt792x_dev *dev) { … } int mt7925e_mac_reset(struct mt792x_dev *dev) { … }