summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2.h
diff options
context:
space:
mode:
authorStanislaw Gruszka2018-09-04 16:41:09 +0200
committerFelix Fietkau2018-09-19 12:29:18 +0200
commitb490b1df9a25d57a9499642fb7eaf9c4b58e67f7 (patch)
tree96e444b799093a40914fd6ac9b853e3d45433137 /drivers/net/wireless/mediatek/mt76/mt76x2.h
parentmt76: unify txwi and rxwi structures (diff)
downloadkernel-qcow2-linux-b490b1df9a25d57a9499642fb7eaf9c4b58e67f7.tar.gz
kernel-qcow2-linux-b490b1df9a25d57a9499642fb7eaf9c4b58e67f7.tar.xz
kernel-qcow2-linux-b490b1df9a25d57a9499642fb7eaf9c4b58e67f7.zip
mt76: unify load_tx_status
Unify load/fetch tx status from mt76x0 and mt76x2 Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'drivers/net/wireless/mediatek/mt76/mt76x2.h')
-rw-r--r--drivers/net/wireless/mediatek/mt76/mt76x2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2.h b/drivers/net/wireless/mediatek/mt76/mt76x2.h
index faf830585515..0a29e7ae1a9d 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x2.h
+++ b/drivers/net/wireless/mediatek/mt76/mt76x2.h
@@ -241,8 +241,6 @@ void mt76x2_tx_set_txpwr_auto(struct mt76x2_dev *dev, s8 txpwr);
int mt76x2_insert_hdr_pad(struct sk_buff *skb);
-bool mt76x2_mac_load_tx_status(struct mt76x2_dev *dev,
- struct mt76x02_tx_status *stat);
void mt76x2_send_tx_status(struct mt76x2_dev *dev,
struct mt76x02_tx_status *stat, u8 *update);
void mt76x2_reset_wlan(struct mt76x2_dev *dev, bool enable);