summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/dma.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-19mt76: reduce rx buffer size to 2048Lorenzo Bianconi1-7/+5
2021-06-17mt76: mt7915: move mt7915_queue_rx_skb to mac.cFelix Fietkau1-33/+0
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-1/+1
2021-04-13mt76: mt7915: add mmio.cRyder Lee1-108/+0
2021-04-12mt76: use threaded NAPIFelix Fietkau1-1/+1
2021-01-27mt76: mt7915: add support for using a secondary PCIe link for gen1Felix Fietkau1-30/+66
2021-01-27mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau1-0/+8
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi1-6/+13
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-4/+4
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-9/+9
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi1-4/+4
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-2/+2
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi1-36/+12
2020-12-04mt76: mt7915: implement testmode rx supportShayne Chen1-0/+5
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-1/+0
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-14/+7
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-2/+0
2020-09-24mt76: mt7915: add support for accessing mapped registers via bus opsFelix Fietkau1-0/+108
2020-09-24mt76: mt7915: significantly reduce interrupt loadFelix Fietkau1-4/+2
2020-09-24mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_freeFelix Fietkau1-2/+0
2020-09-24mt76: mt7915: optimize mt7915_mac_sta_pollFelix Fietkau1-1/+0
2020-09-24mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau1-6/+3
2020-07-21mt76: mt7915: overwrite qid for non-bufferable mgmt framesRyder Lee1-10/+11
2020-05-12mt76: add mac80211 driver for MT7915 PCIe-based chipsetsRyder Lee1-0/+285