commit | 469d48188625bbb5d1cf9bacdfeae8e8636f81d6 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | Tue Jul 31 10:09:11 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 02 21:48:02 2018 +0300 |
tree | 5f974715c65c129de184ee213f1d30b17c634625 | |
parent | fcdd99ce7267f248980ae318af439a7ac1b111dc [diff] |
mt76: introduce tx_queue_skb function pointer in mt76_bus_ops Add tx_queue_skb function pointer in mt76_bus_ops since mt76x2u based devices do not map mt76x2_txwi on dma buffers and it is not possible to reuse mt76_dma_tx_queue_skb() routine to enqueue tx frames to hw buffers Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>