aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07mt76: rewrite dma descriptor base and ring size on queue resetFelix Fietkau1-0/+2
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi1-1/+4
2019-02-18mt76: change the return type of mt76_dma_attach()Ryder Lee1-2/+1
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi1-1/+0
2019-02-18mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi1-0/+25
2019-01-11mt76: dma: avoid indirect call in mt76_dma_tx_queue_skbLorenzo Bianconi1-1/+1
2019-01-11mt76: dma: do not build skb if reported len does not fit in buf_sizeLorenzo Bianconi1-8/+7
2019-01-11mt76: dma: remove napi from mt76_dma_rx_fill signatureLorenzo Bianconi1-4/+4
2019-01-11mt76: add size check for additional rx fragmentsFelix Fietkau1-0/+8
2018-11-30mt76: do not wake tx queues during flushFelix Fietkau1-1/+1
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau1-4/+7
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-0/+1
2018-09-19mt76: use a per rx queue page fragment cacheFelix Fietkau1-7/+9
2018-08-02mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi1-0/+1
2018-08-02mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi1-0/+74
2018-08-02mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi1-1/+1
2018-05-23mt76: wait for pending tx to complete before switching channelFelix Fietkau1-0/+4
2018-01-26mt76: split mt76_rx_completeFelix Fietkau1-1/+1
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau1-0/+4
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau1-3/+7
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau1-0/+451