summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/dma.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21wifi: mt76: un-embedd netdev from mt76_devBreno Leitao1-3/+3
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-3/+3
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi1-2/+3
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi1-6/+3
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-3/+3
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2021-06-19mt76: reduce rx buffer size to 2048Lorenzo Bianconi1-7/+2
2021-06-19mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi1-2/+2
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi1-3/+27
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau1-3/+14
2021-04-12mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau1-10/+16
2021-04-12mt76: use threaded NAPIFelix Fietkau1-1/+1
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi1-1/+1
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-1/+1
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-11/+8
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi1-6/+6
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-1/+1
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi1-33/+17
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-1/+0
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-17/+10
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-2/+0
2020-09-24mt76: mt7615: significantly reduce interrupt loadFelix Fietkau1-21/+3
2020-09-24mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau1-5/+3
2020-09-24mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: schedule tx tasklet and sta poll on mac tx freeFelix Fietkau1-4/+0
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: fix hw queue mappingLorenzo Bianconi1-4/+4
2020-05-12mt76: mt7615: introduce PM supportLorenzo Bianconi1-0/+37
2020-05-12mt76: mt7615: use larger rx buffers if VHT is supportedFelix Fietkau1-2/+7
2020-05-12mt76: mt7615: rework mt7615_mac_sta_poll for usb codeLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi1-39/+0
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi1-4/+46
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau1-1/+2
2020-02-14mt76: mt7615: decrease rx ring size for MT7622Felix Fietkau1-2/+5
2020-02-14mt76: mt7615: add dma and tx queue initialization for MT7622Felix Fietkau1-51/+117
2019-11-20mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi1-0/+2
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-10/+0
2019-09-05mt76: mt7615: add hw dfs pattern detector supportLorenzo Bianconi1-1/+1
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi1-1/+0
2019-06-25mt76: mt7615: use napi polling for tx cleanupLorenzo Bianconi1-2/+22
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee1-0/+205