]> asedeno.scripts.mit.edu Git - linux.git/commit
mt76: move mt76_dma_tx_queue_skb_raw in mt76-core module
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Thu, 7 Feb 2019 10:10:57 +0000 (11:10 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 18 Feb 2019 18:54:33 +0000 (19:54 +0100)
commit5ed31128782cbb2a687a3d958473aa5bd05ff2fb
treed2ca63b1a00d9e5e4c2bec260696737960de3ced
parent6f02aeabc9c5113f56828742ace975f91d5b9470
mt76: move mt76_dma_tx_queue_skb_raw in mt76-core module

Move mt76_dma_tx_queue_skb_raw routine in dma.c and add the
corresponding entry in mt76_queue_ops data structure.
mt76_dma_tx_queue_skb_raw  will be reused adding support for
mt7603 driver

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/dma.c
drivers/net/wireless/mediatek/mt76/mt76.h
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c